DummyError | funfix-core
A dummy error that can be used for testing purposes.
Hierarchy
-
Error
- DummyError
Index
Constructors
Properties
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