U
    'ci-                     @   sD   G d d de ZG dd deZG dd deZG dd deZdS )	c                   @   s   e Zd ZdS )SpotifyBaseExceptionN)__name__
__module____qualname__ r   r   6/tmp/pip-unpacked-wheel-5vxoxy0m/spotipy/exceptions.pyr      s   r   c                   @   s   e Zd ZdddZdd ZdS )SpotifyExceptionNc                 C   s.   || _ || _|| _|| _|d kr$i }|| _d S N)http_statuscodemsgreasonheaders)selfr	   r
   r   r   r   r   r   r   __init__   s    zSpotifyException.__init__c                 C   s$   d| j  d| j d| j d| j S )Nzhttp status: z, code: z - z
, reason: )r	   r
   r   r   )r   r   r   r   __str__   s    zSpotifyException.__str__)NN)r   r   r   r   r   r   r   r   r   r      s   
r   c                       s"   e Zd ZdZd fdd	Z  ZS )SpotifyOauthErrorz/ Error during Auth Code or Implicit Grant flow Nc                    s0   || _ || _| j| t j|f|| d S r   )errorerror_description__dict__updatesuperr   )r   messager   r   argskwargs	__class__r   r   r      s    zSpotifyOauthError.__init__)NNr   r   r   __doc__r   __classcell__r   r   r   r   r      s   r   c                       s"   e Zd ZdZd fdd	Z  ZS )SpotifyStateErrorz2 The state sent and state received were different Nc                    s4   |sd| d | }t t| j|||f|| d S )Nz	Expected z but received )r   r   r   )r   Zlocal_stateZremote_stater   r   r   r   r   r   r   r   r   %   s    
zSpotifyStateError.__init__)NNNNNr   r   r   r   r   r   "   s
       r   N)	Exceptionr   r   r   r   r   r   r   r   <module>   s   
