MCPcopy
hub / github.com/nestjs/nest / exceptions-handler.spec.ts

File exceptions-handler.spec.ts

packages/core/test/exceptions/exceptions-handler.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { HttpException } from '@nestjs/common';
2import { isNil, isObject } from '@nestjs/common/utils/shared.utils';
3import { expect } from 'chai';
4import * as createHttpError from 'http-errors';

Callers

nothing calls this directly

Calls 7

isNilFunction · 0.90
isObjectFunction · 0.90
statusMethod · 0.65
sendMethod · 0.45
nextMethod · 0.45
setCustomFiltersMethod · 0.45
invokeCustomFiltersMethod · 0.45

Tested by

no test coverage detected