UNPKG

228 BTypeScriptView Raw
1/**
2 * Exception that represents an intrinsic error in the application.
3 * When thrown, the default exception filter will not log the error message.
4 *
5 * @publicApi
6 */
7export declare class IntrinsicException extends Error {
8}