UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

5 lines (4 loc) 161 B
import { PassiveException } from './passive.exception'; export declare class ProcessingException extends PassiveException { constructor(message?: string); }