mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added errors
module
This commit is contained in:
parent
983cbac1f2
commit
919bc5d68e
1 changed files with 6 additions and 0 deletions
6
src/utils/errors/index.ts
Normal file
6
src/utils/errors/index.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export { isError } from "./error";
|
||||
export { ArgumentError } from "./argument-error";
|
||||
export { ArgumentNullError } from "./argument-null-error";
|
||||
export { SoftError, isSoftError } from "./soft-error";
|
||||
export { FileNotFoundError } from "./file-not-found-error";
|
||||
export { HttpError, isHttpError } from "./http-error";
|
Loading…
Reference in a new issue