UNPKG

@exchange-connect/coinex

Version:
13 lines (12 loc) 364 B
import { AuthorizationError } from "./AuthorizationError"; /** * IP Prohibited Error * @class IPProhibitedError * @extends AuthorizationError * @classdesc IP Prohibited Error Class * @memberof Errors.http */ export declare class IPProhibitedError extends AuthorizationError { description: string; constructor(message: string, description: string); }