
    'iv                     4    d Z  G d de      Z G d de      Zy)z-
Exception types raised in web3's libraries.
c                       e Zd ZdZy)ValidationErrorzA
    Raised when something does not pass a validation check.
    N__name__
__module____qualname____doc__     F/var/www/br/venv/lib/python3.12/site-packages/eth_typing/exceptions.pyr   r      s    r
   r   c                       e Zd ZdZy)MismatchedABIz
    Raised when an ABI does not match with supplied parameters, or when an
    attempt is made to access a function/event that does not exist in the ABI.
    Nr   r	   r
   r   r   r      s    r
   r   N)r   	Exceptionr   r   r	   r
   r   <module>r      s"   
i O r
   