Initial commit - Event Planner application
This commit is contained in:
12
node_modules/@nestjs/common/exceptions/intrinsic.exception.js
generated
vendored
Normal file
12
node_modules/@nestjs/common/exceptions/intrinsic.exception.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.IntrinsicException = void 0;
|
||||
/**
|
||||
* Exception that represents an intrinsic error in the application.
|
||||
* When thrown, the default exception filter will not log the error message.
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
class IntrinsicException extends Error {
|
||||
}
|
||||
exports.IntrinsicException = IntrinsicException;
|
||||
Reference in New Issue
Block a user