azalea_brigadier/exceptions/
mod.rs

1
2
3
4
5
mod builtin_exceptions;
mod command_syntax_exception;

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