
    i~                         d Z dZdZdZd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)ztransliterate.exceptionszArtur Barseghyanz2013-2018 Artur BarseghyanzGPL 2.0/LGPL 2.1)ImproperlyConfiguredInvalidRegistryItemTypeLanguageCodeErrorLanguageDetectionErrorLanguagePackNotFoundc                       e Zd ZdZy)r   zDException raised when language code is empty or has incorrect value.N__name__
__module____qualname____doc__     t/home/developers/rajanand/mypropertyqr-fmb-refixing-v2/venv/lib/python3.12/site-packages/transliterate/exceptions.pyr   r      s    Nr   r   c                       e Zd ZdZy)r   zCException raised when developer didn't configure the code properly.Nr   r   r   r   r   r      s    Mr   r   c                       e Zd ZdZy)r   zException raised when language pack is not found.

    Exception raised when language pack is not found for the language code
    given.Nr   r   r   r   r   r      s    r   r   c                       e Zd ZdZy)r   zException raised when language can't be detected.

    Exception raised when language can't be detected for the text given.
    Nr   r   r   r   r   r      s    r   r   c                       e Zd ZdZy)r   zRaised when an attempt is made to register an item in the registry.

    Raised when an attempt is made to register an item in the registry which
    does not have a proper type.
    Nr   r   r   r   r   r   $   s    r   r   N)	__title__
__author____copyright____license____all__	Exceptionr   r   r   r   
ValueErrorr   r   r   r   <module>r      s`   &	
, O	 ON9 N9 Y j r   