Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • message: string
    • args: {
          cause?: Error;
          context?: Record<string, any>;
      } = {}
      • Optionalcause?: Error
      • Optionalcontext?: Record<string, any>

    Returns WhatsABIError

Properties

cause?: unknown
context?: Record<string, any>
message: string
name: string = 'WhatsABIError'
stack?: string