class TwitterException in Twitter 6.5
Same name and namespace in other branches
- 6.3 twitter.lib.php \TwitterException
- 7.6 twitter.lib.php \TwitterException
- 7.3 twitter.lib.php \TwitterException
- 7.5 twitter.lib.php \TwitterException
Exception handling class.
Hierarchy
- class \TwitterException extends \Exception
Expanded class hierarchy of TwitterException
File
- ./
twitter.lib.php, line 14 - Integration layer to communicate with the Twitter REST API 1.1. https://dev.twitter.com/docs/api/1.1
View source
class TwitterException extends Exception {
}