UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

6 lines (5 loc) 269 B
import { WildduckException } from "./http.exception"; import { IWildduckHttpError } from "../interfaces/http.interface"; export declare class WildduckBadRequestException extends WildduckException { constructor(url: string, error: IWildduckHttpError, stack: any); }