UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

11 lines (10 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WildduckTimeoutException = void 0; const http_exception_1 = require("./http.exception"); class WildduckTimeoutException extends http_exception_1.WildduckException { constructor(url, stack) { super(url, 400, 'Request timeout', { code: 'Timeout', error: 'Request timeout' }, stack); } } exports.WildduckTimeoutException = WildduckTimeoutException;