diff options
Diffstat (limited to 'vendor/OAuth/OAuth2/Service/Exception/InvalidScopeException.php')
-rwxr-xr-x | vendor/OAuth/OAuth2/Service/Exception/InvalidScopeException.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/OAuth/OAuth2/Service/Exception/InvalidScopeException.php b/vendor/OAuth/OAuth2/Service/Exception/InvalidScopeException.php deleted file mode 100755 index c6a51c88..00000000 --- a/vendor/OAuth/OAuth2/Service/Exception/InvalidScopeException.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -/** - * @author David Desberg <david@daviddesberg.com> - * Released under the MIT license. - */ - -namespace OAuth\OAuth2\Service\Exception; - -use OAuth\Common\Exception\Exception; - -/** - * Exception thrown when a scope provided to a service is invalid. - */ -class InvalidScopeException extends Exception -{ -} |