ServerException
@tsed/exceptions
Usage
typescript
import { ServerException } from "@tsed/exceptions";
See /packages/specs/exceptions/src/types/core/ServerException.ts.
Overview
ts
class ServerException extends Exception {
constructor(status: number, message: string, origin?: Error | string | any);
}