UNPKG

ajsfw

Version:
8 lines (7 loc) 303 B
import { Exception } from "ajsfw/exceptions"; export declare class UpdateRootViewComponentFailedException extends Exception { } export declare class VisualComponentNotRegisteredException extends Exception { } export declare class ViewComponentInitializationTimeoutException extends Exception { }