
    jg                     F     G d  de       Z G d de       Z G d de       Zy)c                   "     e Zd ZdZ fdZ xZS )MissingFieldExceptionz7
    Exception for cases when something is missing
    c                 J    t         t        |   dj                  |             y)zcInitialize MissingFieldException

        Args:
            message: Message of exception

        zField '{}' not found.N)superr   __init__format)selfmessage	__class__s     T/var/www/html/Stanley/venv/lib/python3.12/site-packages/cron_descriptor/Exception.pyr   zMissingFieldException.__init__   s#     	#T3#**73	5    )__name__
__module____qualname____doc__r   __classcell__)r
   s   @r   r   r      s    5 5r   r   c                       e Zd ZdZy)FormatExceptionz=
    Exception for cases when something has wrong format
    Nr   r   r   r    r   r   r   r   )        	r   r   c                       e Zd ZdZy)WrongArgumentExceptionz;
    Exception for cases when wrong argument is passed
    Nr   r   r   r   r   r   1   r   r   r   N)	Exceptionr   r   r   r   r   r   <module>r      s)   05I 5"	i 		Y 	r   