diff options
Diffstat (limited to 'vendor/OAuth/Common/Storage/Exception/StorageException.php')
-rwxr-xr-x | vendor/OAuth/Common/Storage/Exception/StorageException.php | 12 |
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 -{ -} |