UNPKG

ajsfw

Version:
12 lines (11 loc) 486 B
import { Exception } from "ajsfw/exceptions"; export declare class VisualComponentNotRegisteredException extends Exception { } export declare class InvalidAttributeIfValueException extends Exception { } export declare class SameViewComponentRegisteredAlreadyException extends Exception { } export declare class ComponentDependenciesConfiguredAlreadyException extends Exception { } export declare class InvalidViewComponentConfigurationArgumentException extends Exception { }