exception/exceptions library
Exceptions / Errors
- ArgumentException
- A specific exception class 'ArgumentException' that extends 'BlockchainUtilsException'. This exception is used to represent errors related to invalid arguments in blockchain utility operations.
- BlockchainUtilsException
- An abstract class 'BlockchainUtilsException' that implements the Exception interface. This class serves as a base for custom exceptions related to blockchain utility operations.
- MessageException
- Another specific exception class 'MessageException' that extends 'BlockchainUtilsException'. This exception is used to represent errors related to messages in blockchain utility operations.
- RPCError
- An exception class representing errors that occur during RPC (Remote Procedure Call) communication.