Skip to content

Variable: E_ROUTE_NOT_FOUND()

ts
const E_ROUTE_NOT_FOUND: (
  args: [string, string],
  options?: ErrorOptions,
) => Exception;

Parameters

ParameterType
args[string, string]
options?ErrorOptions

Returns

Exception