UNPKG
@camu-ai/sped-nfe
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Camu Sped NF-e
sped.camu.com.br/docs/sped-nfe
camu-ai/sped
@camu-ai/sped-nfe
/
src
/
errors.ts
7 lines
(6 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
class
NonRetriableError
extends
Error
{
constructor
(
message
:
string
) {
super
(message)
this
.
name
=
`NonRetriableError`
} }