o
    ÛtBh¨  ã                   @   s   G d d„ de ƒZdS )c                   @   s   e Zd ZdZdd„ ZdS )ÚAuthorizationErrorzÎ
    Authorization Error

    Parameters:

        error_code: str Error code from amazon auth api
        error_msg: str Error sm
        status_code: integer Response status code from amazon auth api
    c                 C   s   || _ || _|| _d S )N)Ú
error_codeÚmessageÚstatus_code)Úselfr   Ú	error_msgr   © r   úm/var/www/html/riverr-enterprise-integrations-main/venv/lib/python3.10/site-packages/sp_api/auth/exceptions.pyÚ__init__   s   
zAuthorizationError.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   r   r   r   r   r      s    
r   N)Ú	Exceptionr   r   r   r   r   Ú<module>   s    