UNPKG
abb-core
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
Application Build Butler Core
abb-core
/
lib-commonjs
/
app-logic
/
abb-error
/
ABB-error.d.ts
10 lines
(9 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { IABBError } from
'../../index'
; declare
class
ABBError
extends
Error
{ props: IABBError; constructor(props: IABBError); } declare
class
ABBErrorDummy
extends
ABBError
{ constructor(); } export { ABBError, ABBErrorDummy };