Skip to content

ClientException

@tsed/exceptions

Usage

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

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

Overview

ts
class ClientException extends Exception {
    constructor(status: number, message: string, origin?: Error | string | any);
}

Released under the MIT License.