
    %i                          G d  de       Z G d de       Z 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deddf fdZ xZS )MissingFieldExceptionz&Deprecated, use MissingFieldError
    messagereturnNc                 ,    t         |   d| d       y)zcInitialize MissingFieldException

        Args:
            message: Message of exception

        zField 'z' not found.N)super__init__)selfr   	__class__s     s/var/www/html/navyabakers_fullstack/navyabakers_prod/venv/lib/python3.12/site-packages/cron_descriptor/Exception.pyr   zMissingFieldException.__init__   s     	77)<89    )__name__
__module____qualname____doc__strr   __classcell__)r
   s   @r   r   r      s     : : : :r   r   c                       e Zd ZdZy)FormatExceptionzDeprecated use FormatError
    Nr   r   r   r    r   r   r   r   &       r   r   c                       e Zd ZdZy)WrongArgumentExceptionz'Deprecated, use WrongArgumentError
    Nr   r   r   r   r   r   +   r   r   r   c                       e Zd ZdZy)MissingFieldErrorz2Exception for cases when something is missing
    Nr   r   r   r   r   r   0   r   r   r   c                       e Zd ZdZy)FormatErrorz8Exception for cases when something has wrong format
    Nr   r   r   r   r   r   4   r   r   r   c                       e Zd ZdZy)WrongArgumentErrorz6Exception for cases when wrong argument is passed
    Nr   r   r   r   r   r   9   r   r   r   N)	Exceptionr   r   r   r   r   r   r   r   r   <module>r!      sO   0:I :i 
Y 
- / 
/ r   