Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidArgumentError

description

This class is used for more transparent error handling and as a base for other error classes. Note that this class was added for future upgradeability in handling errors.

example

Throwing a InvalidArgumentError error

throw new InvalidArgumentError("This argument is invalid.");



Other links

InvalidContractError | MissingContractFieldError | UnknownContractError

since

v0.3.0

Hierarchy

Index

Constructors

Properties

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

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc