UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

5 lines (4 loc) 193 B
import CatalystError, { ICatalystError } from '../error/index.js'; export default class AuthenticationError extends CatalystError { constructor(message: string, options: ICatalystError); }