summaryrefslogtreecommitdiff
path: root/vendor/psr/cache/src/CacheException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/psr/cache/src/CacheException.php')
-rw-r--r--vendor/psr/cache/src/CacheException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/psr/cache/src/CacheException.php b/vendor/psr/cache/src/CacheException.php
new file mode 100644
index 000000000..bb785f46c
--- /dev/null
+++ b/vendor/psr/cache/src/CacheException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Psr\Cache;
+
+/**
+ * Exception interface for all exceptions thrown by an Implementing Library.
+ */
+interface CacheException extends \Throwable
+{
+}