mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
5 lines
160 B
Rust
5 lines
160 B
Rust
mod builtin_exceptions;
|
|
mod command_syntax_exception;
|
|
|
|
pub use builtin_exceptions::BuiltInExceptions;
|
|
pub use command_syntax_exception::CommandSyntaxException;
|