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