UNPKG
@softkit/i18n
Version:
latest (0.4.5)
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)
@softkit/i18n
/
src
/
lib
/
i18n.error.js
11 lines
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
I18nError
=
void
0
;
class
I18nError
extends
Error
{
constructor
(
message
) {
super
(message);
this
.
name
=
'I18nError'
; } }
exports
.
I18nError
= I18nError;
//# sourceMappingURL=i18n.error.js.map