aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/exceptions/mod.rs
blob: 6b9c8d6203e52e15980832b84425e998411dfbdc (plain)
1
2
3
4
5
mod builtin_exceptions;
mod command_syntax_exception;

pub use builtin_exceptions::BuiltInExceptions;
pub use command_syntax_exception::CommandSyntaxException;