Class: AssertionError

Hierarchy

  • Error

    AssertionError

Constructors

constructor

+ new AssertionError(message: string): AssertionError

Defined in src/util/error.ts:74

Parameters:

Name Type
message string

Returns: AssertionError

Properties

message

message: string

Inherited from LiquidError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:1023


name

name: string

Inherited from LiquidError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:1022


Optional stack

stack? : undefined | string

Inherited from LiquidError.stack

Overrides LiquidError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:1024


Static Error

Error: ErrorConstructor

Defined in node_modules/typescript/lib/lib.es5.d.ts:1033