Skip to content

HTTPException

@tsed/exceptions

Usage

typescript
import { HTTPException } from "@tsed/exceptions";

See /packages/specs/exceptions/src/types/core/Exception.ts.

Overview

ts
class HTTPException extends Exception {
}

Released under the MIT License.