
    $gW                          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 G d de      Zy)c                       e Zd ZdZy)DashTestingErrorzBase error for pytest-dash.N__name__
__module____qualname____doc__     P/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/dash/testing/errors.pyr   r      s    %r
   r   c                       e Zd ZdZy)InvalidDriverErrorz)An invalid selenium driver was specified.Nr   r	   r
   r   r   r      s    3r
   r   c                       e Zd ZdZy)NoAppFoundErrorzNo `app` was found in the file.Nr   r	   r
   r   r   r   	   s    )r
   r   c                       e Zd ZdZy)DashAppLoadingErrorzThe dash app failed to load.Nr   r	   r
   r   r   r          &r
   r   c                       e Zd ZdZy)ServerCloseErrorzThe server cannot be closed.Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)TestingTimeoutErrorz%All timeout error about dash testing.Nr   r	   r
   r   r   r      s    /r
   r   c                       e Zd ZdZy)BrowserErrorzAll browser relevant errors.Nr   r	   r
   r   r   r      r   r
   r   N)	Exceptionr   r   r   r   r   r   r   r	   r
   r   <module>r      s_   &y &4) 4*& *'* ''' '0* 0'# 'r
   