malachi/
errors.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2024 Taylan Gökkaya
3
4// This file is licensed under the terms of Apache-2.0 License.
5
6pub use crate::{
7	compiler::{
8		FilterError,
9		RuleError,
10	},
11	parser::SyntaxError,
12};