Skip to content

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

RouterNotInstalledError

Overrides

ts
Error.constructor

Properties

PropertyTypeInherited from
cause?unknownError.cause
messagestringError.message
namestringError.name
stack?stringError.stack