augmenttoolkit / node_modules /@nestjs /common /exceptions /intrinsic.exception.d.ts
Leon4gr45's picture
Include updated package-lock.json (part 9)
cd6720a verified
Raw
History Blame Contribute Delete
228 Bytes
/**
* Exception that represents an intrinsic error in the application.
* When thrown, the default exception filter will not log the error message.
*
* @publicApi
*/
export declare class IntrinsicException extends Error {
}