UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
boot
/
lib
/
exceptions.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
import { Exception } from
"ajsfw/exceptions"
; export declare
class
ApplicationNotConfiguredException
extends
Exception
{ } export declare
class
ApplicationException
extends
Exception
{ }