
    g                     \     G d  de       Z G d de      Z G d de      Z G d de      Zy)	c                        e Zd ZdZed        Zy)TwitterErrorzBase class for Twitter errorsc                      | j                   d   S )z8Returns the first argument used to construct this error.    )args)selfs    "/opt/Tautulli/lib/twitter/error.pymessagezTwitterError.message   s     yy|    N)__name__
__module____qualname____doc__propertyr	    r
   r   r   r      s    ' r
   r   c                       e Zd ZdZy)PythonTwitterDeprecationWarningz2Base class for python-twitter deprecation warningsNr   r   r   r   r   r
   r   r   r      s    <r
   r   c                       e Zd ZdZy)"PythonTwitterDeprecationWarning330z3Warning for features to be removed in version 3.3.0Nr   r   r
   r   r   r          =r
   r   c                       e Zd ZdZy)"PythonTwitterDeprecationWarning340z3Warning for features to be removed in version 3.4.0Nr   r   r
   r   r   r      r   r
   r   N)	Exceptionr   DeprecationWarningr   r   r   r   r
   r   <module>r      s8   9 	&8 	
	)H 	
	)H 	r
   