Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/@nestjs/core/errors/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
import type { ForwardReference, Type } from '@nestjs/common'; import { InjectorDependencyContext } from '../injector/injector'; import { Module } from '../injector/module'; export declare const UNKNOWN_DEPENDENCIES_MESSAGE: (type: string | symbol, unknownDependencyContext: InjectorDependencyContext, module: Module) => string; export declare const INVALID_MIDDLEWARE_MESSAGE: (text: TemplateStringsArray, name: string) => string; export declare const UNDEFINED_FORWARDREF_MESSAGE: (scope: Type<any>[]) => string; export declare const INVALID_MODULE_MESSAGE: (parentModule: any, index: number, scope: any[]) => string; export declare const USING_INVALID_CLASS_AS_A_MODULE_MESSAGE: (metatypeUsedAsAModule: Type | ForwardReference, scope: any[]) => string; export declare const UNDEFINED_MODULE_MESSAGE: (parentModule: any, index: number, scope: any[]) => string; export declare const UNKNOWN_EXPORT_MESSAGE: (token: string | symbol, module: string) => string; export declare const INVALID_CLASS_MESSAGE: (text: TemplateStringsArray, value: any) => string; export declare const INVALID_CLASS_SCOPE_MESSAGE: (text: TemplateStringsArray, name: string | undefined) => string; export declare const UNKNOWN_REQUEST_MAPPING: (metatype: Type) => string; export declare const INVALID_MIDDLEWARE_CONFIGURATION = "An invalid middleware configuration has been passed inside the module 'configure()' method."; export declare const UNHANDLED_RUNTIME_EXCEPTION = "Unhandled Runtime Exception."; export declare const INVALID_EXCEPTION_FILTER = "Invalid exception filters (@UseFilters())."; export declare const MICROSERVICES_PACKAGE_NOT_FOUND_EXCEPTION = "Unable to load @nestjs/microservices package. (Please make sure that it's already installed.)";