lib/shared/exceptions/ms.exception.ts
Base class for custom microservice exceptions, extending RpcException.
RpcException
constructor(code: number, message: string, stack?: any)
|
Defined in lib/shared/exceptions/ms.exception.ts:23
|