Overview

Namespaces

  • TwitterOAuth
    • Auth
    • Common
    • Exception
    • Serializer

Exceptions

  • CurlException
  • FileNotFoundException
  • FileNotReadableException
  • MissingCredentialsException
  • TwitterException
  • UnsupportedMimeException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: /**
 4:  * TwitterOAuth - https://github.com/ricardoper/TwitterOAuth
 5:  * PHP library to communicate with Twitter OAuth API version 1.1
 6:  *
 7:  * @author Ricardo Pereira <github@ricardopereira.es>
 8:  * @copyright 2014
 9:  */
10: 
11: namespace TwitterOAuth\Exception;
12: 
13: class UnsupportedMimeException extends \Exception
14: {
15: 
16: }
17: 
TwitterOAuth (for v1.1 API) API documentation generated by ApiGen