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()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.