@statechannels/server-wallet > InternalError
InternalError type
This is the catch-all error that will be returned if some error is thrown and not handled.
Signature:
export declare type InternalError = {
type: 'InternalError';
error: Error;
};