ethereum.exceptions

Error types common across all Ethereum forks.

EthereumException

Base class for all exceptions expected to be thrown during normal operation.

class EthereumException:

InvalidBlock

Thrown when a block being processed is found to be invalid.

class InvalidBlock:

RLPDecodingError

Indicates that RLP decoding failed.

class RLPDecodingError:

RLPEncodingError

Indicates that RLP encoding failed.

class RLPEncodingError: