
    1~h                     F     G d  de       Z G d de      Z G d de      Zy)c                       e Zd ZdZy)BaseFakerExceptionz,The base exception for all Faker exceptions.N__name__
__module____qualname____doc__     Y/var/www/peopleoo.sandbox-dev.co.uk/venv/lib/python3.12/site-packages/faker/exceptions.pyr   r      s    6r
   r   c                       e Zd ZdZy)UniquenessExceptionzTo avoid infinite loops, after a certain number of attempts,
    the "unique" attribute of the Proxy will throw this exception.
    Nr   r	   r
   r   r   r      s    r
   r   c                   0     e Zd ZdZdededdf fdZ xZS )UnsupportedFeaturez6The requested feature is not available on this system.msgnamereturnNc                 2    || _         t        | 	  |       y )N)r   super__init__)selfr   r   	__class__s      r   r   zUnsupportedFeature.__init__   s    	r
   )r   r   r   r   strr   __classcell__)r   s   @r   r   r      s%    @C s t  r
   r   N)	Exceptionr   r   r   r	   r
   r   <module>r      s+   7 7, + r
   