UNPKG

payme-integration

Version:

NestJS integration module for Payme payment system

6 lines (5 loc) 255 B
import { PaymeException } from './payme.exception'; import { ArgumentsHost, ExceptionFilter } from '@nestjs/common'; export declare class PaymeExceptionFilter implements ExceptionFilter { catch(exception: PaymeException, host: ArgumentsHost): void; }