Defined in: packages/common/src/errors/ChainNotFoundError.ts:6
Error class representing a "Chain Not Found" error, typically thrown when no chain is supplied to the client.
new ChainNotFoundError(): ChainNotFoundError;Defined in: packages/common/src/errors/ChainNotFoundError.ts:12
Initializes a new instance of the error message with a default message indicating that no chain was supplied to the client.
Returns
ChainNotFoundError