UNPKG

@exchange-connect/coinex

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