Skip to content

Variable: E_INVALID_HTTP_METHOD_EXCEPTION()

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

Parameters

ParameterType
args[string, string]
options?ErrorOptions

Returns

Exception