UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

9 lines (8 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ExternalExceptionFilter { catch(exception, host) { return exception; } } exports.ExternalExceptionFilter = ExternalExceptionFilter;