summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php')
-rw-r--r--Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php b/Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php
new file mode 100644
index 0000000..e27f22f
--- /dev/null
+++ b/Postman/Postman-Mail/google-api-client/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
+{
+}