diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/psr/cache/src/CacheException.php')
| -rw-r--r-- | srcs/phpmyadmin/vendor/psr/cache/src/CacheException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/psr/cache/src/CacheException.php b/srcs/phpmyadmin/vendor/psr/cache/src/CacheException.php new file mode 100644 index 0000000..e27f22f --- /dev/null +++ b/srcs/phpmyadmin/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 +{ +} |
