UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

6 lines (5 loc) 238 B
import { RuntimeException } from './RuntimeException'; export declare const BASE_EXCEPTION_NAME = "com.enonic.xp.exception.BaseException"; export declare class BaseException extends RuntimeException { constructor(message?: string); }