mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
Export cyberchef error types to be used in consuming applications
This commit is contained in:
parent
db232f4ff2
commit
c2d06cd3fb
3 changed files with 24 additions and 30 deletions
9
src/core/errors/index.mjs
Normal file
9
src/core/errors/index.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
import OperationError from "./OperationError.mjs";
|
||||
import DishError from "./DishError.mjs";
|
||||
import ExcludedOperationError from "./ExcludedOperationError";
|
||||
|
||||
export {
|
||||
OperationError,
|
||||
DishError,
|
||||
ExcludedOperationError,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue