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