Skip to content

@serenity-is/corelib / Exception

Class: Exception

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new Exception(message)

Parameters

Name Type
message string

Overrides

Error.constructor

Defined in

src/q/system.ts:674

Properties

message

message: string

Inherited from

Error.message

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1054


name

name: string

Inherited from

Error.name

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1053


stack

Optional stack: string

Inherited from

Error.stack

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1055