diff options
| author | emkael <emkael@tlen.pl> | 2024-11-25 23:26:28 +0100 |
|---|---|---|
| committer | emkael <emkael@tlen.pl> | 2024-11-25 23:26:28 +0100 |
| commit | 901de87b4657fb0da08fc02368d684deece5ef13 (patch) | |
| tree | 1936571bdd38ceba32092ce5ebd4d79cfb097e03 /providers/Twitter.php | |
| parent | 33ca597a8581ff6db6c4b36173d5ed724936dac2 (diff) | |
Exception namespace bugfix
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); |
