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, 0 insertions, 10 deletions
diff --git a/vendor/psr/cache/src/CacheException.php b/vendor/psr/cache/src/CacheException.php
deleted file mode 100644
index bb785f46c..000000000
--- a/vendor/psr/cache/src/CacheException.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace Psr\Cache;
-
-/**
- * Exception interface for all exceptions thrown by an Implementing Library.
- */
-interface CacheException extends \Throwable
-{
-}