Errors: RouterNotInstalledError
An error thrown when an attempt is made to use routing functionality before the router has been installed.
Extends
Error
Constructors
new RouterNotInstalledError()
ts
new RouterNotInstalledError(): RouterNotInstalledError
Returns
Overrides
ts
Error.constructor
Properties
Property | Type | Inherited from |
---|---|---|
cause? | unknown | Error.cause |
message | string | Error.message |
name | string | Error.name |
stack? | string | Error.stack |