dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
16 lines (15 loc) • 304 B
JavaScript
class i extends Error {
constructor(r, s, t) {
super(r), this.response = s, this.status = t;
}
}
class c extends Error {
constructor(r, s, t, o) {
super(r), this.file = s, this.type = t, this.meta = o;
}
}
export {
c as FileError,
i as HttpError
};
//# sourceMappingURL=errors.js.map