Class MustInitializeBudgetError

Because this contract is a base implementation, it should not be initialized through the constructor. Instead, it should be cloned and initialized using the BoostRegistry

MustInitializeBudgetError

Hierarchy

  • Error
    • MustInitializeBudgetError

Constructors

Properties

stackTraceLimit: number
name: string
message: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void