UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

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