UNPKG
@allincart-ag/dive
Version:
beta (2.0.1-beta.10)
latest (2.0.1-beta.8)
2.0.1-beta.10
2.0.1-beta.8
1.19.0
Allincart Spatial Framework
github.com/shopware/dive
shopware/dive
@allincart-ag/dive
/
build
/
chunks
/
parse-error-BFRJyIxM.mjs
15 lines
(14 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class
t
extends
Error
{
constructor
(r, e) {
super
(r),
this
.requestedFileType = e,
this
.name =
"FileTypeError"
; } }
class
o
extends
Error
{
constructor
(r, e) {
super
(r),
this
.cause = e,
this
.name =
"ParseError"
; } } export { t
as
F, o
as
P };