import { HttpError } from "@leyyo/common"; /** * Http 420 Method Failure * - alternative: {@link EnhanceYourCalmError} * * It is sent by the Spring Framework then it indicates that a method has failed * */ export declare class MethodFailureError extends HttpError { }