funfix-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Dummy
Error
constructor
Error
message
name
stack
A dummy error that can be used for testing purposes.
Hierarchy
Error
DummyError
Index
Constructors
constructor
Properties
Error
message
name
stack
Constructors
constructor
new
Dummy
Error
(
message
?:
undefined
|
string
)
:
DummyError
Parameters
Optional
message:
undefined
|
string
Returns
DummyError
Properties
Static
Error
Error
:
ErrorConstructor
Static
message
message
:
string
Static
name
name
:
string
Static
Optional
stack
stack
:
undefined
|
string
Generated using
TypeDoc
A dummy error that can be used for testing purposes.