summaryrefslogtreecommitdiff
path: root/vendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php')
-rwxr-xr-xvendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php b/vendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php
deleted file mode 100755
index 21eece6a..00000000
--- a/vendor/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.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 service is requested to refresh the access token but no refresh token can be found.
- */
-class MissingRefreshTokenException extends Exception
-{
-}