UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

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