new Exception(type, message, detail, cause)
Represents a simple exception class
Parameters:
Name | Type | Description |
---|---|---|
type |
string | The type of exception |
message |
string | Informational message about the exception |
detail |
any | Any detail / diagnostic information |
cause |
Exception | The cause of the exception |
Properties:
Name | Type | Description |
---|---|---|
message |
string | Informational message about the exception |
details |
any | Any detail / diagnostic information |
cause |
Exception | The cause of the exception |
Members
$type :string
Type:
- string
cause :Exception
Type:
- Exception
data :Array
Type:
- Array
detail :string
Type:
- string
message :string
Type:
- string
policy :string
Type:
- string
policyOutcome :string
Type:
- string
rules :Array
Type:
- Array
stack :string
Type:
- string