UNPKG

@tunnel-cast/nestjs

Version:

## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.

6 lines (5 loc) 167 B
import { HttpException } from "@nestjs/common"; export declare class InvalidCastException extends HttpException { originError: any; constructor(error: any); }