UNPKG

ajsfw

Version:
6 lines (5 loc) 192 B
import { Exception } from "ajsfw/exceptions"; export declare class ApplicationNotConfiguredException extends Exception { } export declare class ApplicationException extends Exception { }