Edit File: bad-gateway-error.d.ts
import { CustomError } from './custom-error'; export declare class BadGatewayError extends CustomError { private static ERROR_CODE; private static ERROR_STRING_CODE; private static ERROR_MESSAGE; constructor(userMessage: any); }
Back to File Manager