diff options
Diffstat (limited to 'providers/Twitter.php')
-rw-r--r-- | providers/Twitter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/Twitter.php b/providers/Twitter.php index 9a98364..11532b5 100644 --- a/providers/Twitter.php +++ b/providers/Twitter.php @@ -45,7 +45,7 @@ class Twitter extends \Providers\Provider { }, $content->errors )); } - throw new Exception($errorString); + throw new \Exception($errorString); } unset($content->httpstatus); |