
    /h                     Z     G d  de           Z G d de           Z G d de           ZdS )c                   "     e Zd ZdZ fdZ xZS )MissingFieldExceptionz7
    Exception for cases when something is missing
    c                 ~    t          t          |                               d                    |                     dS )zcInitialize MissingFieldException

        Args:
            message: Message of exception

        zField '{}' not found.N)superr   __init__format)selfmessage	__class__s     ]/var/www/html/e360mart/e360mart_env/lib/python3.11/site-packages/cron_descriptor/Exception.pyr   zMissingFieldException.__init__   sC     	#T**33#**733	5 	5 	5 	5 	5    )__name__
__module____qualname____doc__r   __classcell__)r
   s   @r   r   r      sB         5 5 5 5 5 5 5 5 5r   r   c                       e Zd ZdZdS )FormatExceptionz=
    Exception for cases when something has wrong format
    Nr   r   r   r    r   r   r   r   )             	Dr   r   c                       e Zd ZdZdS )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5 5 5 5 5I 5 5 5"	 	 	 	 	i 	 	 		 	 	 	 	Y 	 	 	 	 	r   