mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Export cyberchef error types to be used in consuming applications
This commit is contained in:
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,
|
||||
};
|
||||
Reference in New Issue
Block a user