UNPKG

@pallad/common-errors

Version:
8 lines (7 loc) 232 B
import { BaseError } from "./BaseError"; /** * Indicates lack of ability to verify who is the participant performing an operation */ export declare class AuthenticationError extends BaseError { constructor(message: string); }