Constructor
(abstract) new ShieldsRuntimeError(props, message)
Parameters:
Name | Type | Description |
---|---|---|
props |
module:core/base-service/errors~RuntimeErrorProps | Refer to individual attrs |
message |
string | Exception message for debug purposes |
- Source:
Members
(abstract) defaultPrettyMessage :string
Default message for this exception if none is specified. Implementations of ShieldsRuntimeError should implement this method.
Type:
- string
- Source:
name :string
Name of the class. Implementations of ShieldsRuntimeError should override this method.
Type:
- string
- Source: