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