UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

5 lines (4 loc) 180 B
import { WildduckException } from "./http.exception"; export declare class WildduckNotImplementedException extends WildduckException { constructor(url: string, stack?: any); }