UNPKG
@avonjs/avonjs
Version:
latest (3.6.1)
3.6.1
3.6.0
3.5.1
3.5.0
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.11.0
2.10.0
2.9.0
2.8.3
2.8.2
2.8.1
2.8.0
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
A fluent Node.js API generator.
github.com/avonjs/avonjs
avonjs/avonjs
@avonjs/avonjs
/
dist
/
Exceptions
/
NotFoundException.d.ts
12 lines
(11 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import ResponsableException
from
'./ResponsableException'
; export
default
class
NotFoundException
extends
ResponsableException
{
/** * Get the response code */
getCode
(): number;
/** * Get the exception name */
getName
():
string
; }