@absolunet/ioc2.1.0

View on GitHub

HttpError

Abstract HTTP error.

Constructor

new HttpError(status, …parameters)

Source:
HttpError constructor.
Parameters:
Name Type Attributes Description
status number The HTTP status code.
parameters * <repeatable>
The error parameters.

Extends

  • Error