UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

11 lines (10 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WildduckBadRequestException = void 0; const http_exception_1 = require("./http.exception"); class WildduckBadRequestException extends http_exception_1.WildduckException { constructor(url, error, stack) { super(url, 400, 'The supplied request was not valid', error, stack); } } exports.WildduckBadRequestException = WildduckBadRequestException;