U
    “öh–  ã                   @   s$   G d d„ de ƒZG dd„ de ƒZdS )c                   @   s   e Zd ZdZdd„ ZdS )ÚSchedulerAlreadyRunningErrorzURaised when attempting to start or configure the scheduler when it's already running.c                 C   s   dS )NzScheduler is already running© ©Úselfr   r   úC/tmp/pip-unpacked-wheel-ehb4gh6l/apscheduler/schedulers/__init__.pyÚ__str__   s    z$SchedulerAlreadyRunningError.__str__N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdd„ ZdS )ÚSchedulerNotRunningErrorzGRaised when attempting to shutdown the scheduler when it's not running.c                 C   s   dS )NzScheduler is not runningr   r   r   r   r   r      s    z SchedulerNotRunningError.__str__Nr   r   r   r   r   r      s   r   N)Ú	Exceptionr   r   r   r   r   r   Ú<module>   s   