UNPKG
@canmertinyo/fast-di
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A LIGHTWEIGHT DEPENDENCY INJECTION LIB
@canmertinyo/fast-di
/
dist
/
exceptions
/
base.exception.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
BaseException
extends
Error
{
readonly
statusCode
:
number
;
constructor
(
message
:
string
,
statusCode
:
number
); }