azalea_brigadier/exceptions/
mod.rs

1mod builtin_exceptions;
2mod command_syntax_exception;
3
4pub use builtin_exceptions::BuiltInExceptions;
5pub use command_syntax_exception::CommandSyntaxException;