UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (7 loc) 371 B
import { BaseException } from '../exception/BaseException'; export declare const BRANCH_NOT_FOUND_EXCEPTION_CODE = "branchNotFound"; export declare const BRANCH_NOT_FOUND_EXCEPTION_NAME = "com.enonic.xp.repository.BranchNotFoundException"; export declare class BranchNotFoundException extends BaseException { constructor(branchName: string); getCode(): string; }