Class: Exception

Exception

new Exception(message) → {void}

An exception object

Parameters:
Name Type Description
message string

The message of the exception

Since:
  • 1.0.0
Source:
Returns:
Type
void

Members

message :string

The exception's message

Type:
  • string
Source:

message :string

The exception's message

Type:
  • string
Source: