UNPKG

@exchange-connect/coinex

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