summaryrefslogtreecommitdiff
path: root/vendor/OAuth/Common/Storage/Exception/StorageException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/OAuth/Common/Storage/Exception/StorageException.php')
-rwxr-xr-xvendor/OAuth/Common/Storage/Exception/StorageException.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/OAuth/Common/Storage/Exception/StorageException.php b/vendor/OAuth/Common/Storage/Exception/StorageException.php
deleted file mode 100755
index 4378ee8f..00000000
--- a/vendor/OAuth/Common/Storage/Exception/StorageException.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-namespace OAuth\Common\Storage\Exception;
-
-use OAuth\Common\Exception\Exception;
-
-/**
- * Generic storage exception.
- */
-class StorageException extends Exception
-{
-}