UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

6 lines (5 loc) 296 B
import { RuntimeException } from '../exception/RuntimeException'; export declare const OPERATION_NOT_PERMITTED_EXCEPTION_NAME = "com.enonic.xp.node.OperationNotPermittedException"; export declare class OperationNotPermittedException extends RuntimeException { constructor(message: string); }