UNPKG

plus-midwayjs

Version:
8 lines (7 loc) 163 B
import { BaseException } from './base'; /** * 核心异常 */ export declare class PlusValidateException extends BaseException { constructor(msg: string); }