Initial commit - Event Planner application
This commit is contained in:
8
node_modules/@nestjs/common/exceptions/intrinsic.exception.d.ts
generated
vendored
Normal file
8
node_modules/@nestjs/common/exceptions/intrinsic.exception.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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 {
|
||||
}
|
||||
Reference in New Issue
Block a user