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);
}