ExtraValueError
Documentation for eth_defi.provider.fallback.ExtraValueError exception.
- exception ExtraValueError
Bases:
ValueErrorA ValueError that is used to signal that the RPC response was not valid.
Add extra debugging.
- __init__(*args, **kwargs)
- __new__(**kwargs)
- add_note(note, /)
Add a note to the exception
- with_traceback(tb, /)
Set self.__traceback__ to tb and return self.