diff options
Diffstat (limited to 'vendor/OAuth/Common/Http/Exception/TokenResponseException.php')
-rwxr-xr-x | vendor/OAuth/Common/Http/Exception/TokenResponseException.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/OAuth/Common/Http/Exception/TokenResponseException.php b/vendor/OAuth/Common/Http/Exception/TokenResponseException.php new file mode 100755 index 00000000..c519a223 --- /dev/null +++ b/vendor/OAuth/Common/Http/Exception/TokenResponseException.php @@ -0,0 +1,12 @@ +<?php + +namespace OAuth\Common\Http\Exception; + +use OAuth\Common\Exception\Exception; + +/** + * Exception relating to token response from service. + */ +class TokenResponseException extends Exception +{ +} |