aboutsummaryrefslogtreecommitdiff
path: root/lib/tokenstorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tokenstorage.php')
-rw-r--r--lib/tokenstorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php
index c40ab33..9a173f5 100644
--- a/lib/tokenstorage.php
+++ b/lib/tokenstorage.php
@@ -58,7 +58,7 @@ class TokenStorage
*
* @return OAuth_Token Stored token
*
- * @throws OAuth_Exception When token does not exist
+ * @throws OAuthException When token does not exist
*/
public function loadAndDelete($type, $tokenKey)
{
@@ -84,7 +84,7 @@ class TokenStorage
*
* @return OAuth_Token Stored token
*
- * @throws OAuth_Exception When token does not exist or
+ * @throws OAuthException When token does not exist or it is invalid
*/
public function load($type, $tokenKey)
{