Edit File: failed-to-load-policy-error.d.ts
import { CustomError } from './custom-error'; export declare class FailedToLoadPolicyError extends CustomError { private static ERROR_CODE; private static ERROR_STRING_CODE; private static ERROR_MESSAGE; constructor(); }
Back to File Manager