UNPKG
honion
Version:
alpha (0.0.1-alpha.2)
latest (0.1.0)
0.1.0
0.0.1
0.0.1-alpha.2
0.0.1-alpha.1
通用洋葱模型中间件
github.com/hal-wang/honion
hal-wang/honion
honion
/
dist
/
exception.d.ts
11 lines
(10 loc)
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
HonionException
extends
Error
{
readonly
error
?:
string
| {
message
:
string
; } |
undefined
;
constructor
(
error
?:
string
| { message:
string
; } |
undefined
);
breakthrough
:
boolean
;
setBreakthrough
(
breakthrough
?:
boolean
):
this
; }