o
    È·e¾  ã                   @   sd   d Z ddlmZ G dd„ deƒZ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 )z²
Exceptions that are specific to the swf module.

This module subclasses the base SWF response exception, 
boto.exceptions.SWFResponseError, for some of the SWF specific faults.
é    )ÚSWFResponseErrorc                   @   ó   e Zd ZdZdS )ÚSWFDomainAlreadyExistsErrorz5
    Raised when when the domain already exists.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r
   r
   úJ/var/www/ideatree/venv/lib/python3.10/site-packages/boto/swf/exceptions.pyr   
   ó    r   c                   @   r   )ÚSWFLimitExceededErrorzH
    Raised when when a system imposed limitation has been reached.
    Nr   r
   r
   r
   r   r      r   r   c                   @   r   )ÚSWFOperationNotPermittedErrorz0
    Raised when (reserved for future use).
    Nr   r
   r
   r
   r   r      ó    r   c                   @   r   )ÚSWFTypeAlreadyExistsErrorzM
    Raised when when the workflow type or activity type already exists.
    Nr   r
   r
   r
   r   r      r   r   c                   @   r   )Ú'SWFWorkflowExecutionAlreadyStartedErrorzq
    Raised when an open execution with the same workflow_id is already running
    in the specified domain.
    Nr   r
   r
   r
   r   r   %   r   r   N)r	   Úboto.exceptionr   r   r   r   r   r   r
   r
   r
   r   Ú<module>   s    