diff options
| author | mat <github@matdoes.dev> | 2022-01-03 13:36:02 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-03 13:36:02 -0600 |
| commit | bd87cbb4434ba8bdf16ad93c5353ccefc0497d13 (patch) | |
| tree | a13e44c2648db79cad42606f6e54cca123e7061d /azalea-brigadier/src/exceptions | |
| parent | 96eba2b39a596dd19c29a93aaa3b5bb9b700ba62 (diff) | |
| download | azalea-drasl-bd87cbb4434ba8bdf16ad93c5353ccefc0497d13.tar.xz | |
create all empty brigadier modules
Diffstat (limited to 'azalea-brigadier/src/exceptions')
10 files changed, 0 insertions, 0 deletions
diff --git a/azalea-brigadier/src/exceptions/builtin_exception_provider.rs b/azalea-brigadier/src/exceptions/builtin_exception_provider.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/builtin_exception_provider.rs diff --git a/azalea-brigadier/src/exceptions/builtin_exceptions.rs b/azalea-brigadier/src/exceptions/builtin_exceptions.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/builtin_exceptions.rs diff --git a/azalea-brigadier/src/exceptions/command_exception_type.rs b/azalea-brigadier/src/exceptions/command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/command_syntax_exception.rs b/azalea-brigadier/src/exceptions/command_syntax_exception.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/command_syntax_exception.rs diff --git a/azalea-brigadier/src/exceptions/dynamic2_command_exception_type.rs b/azalea-brigadier/src/exceptions/dynamic2_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/dynamic2_command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/dynamic3_command_exception_type.rs b/azalea-brigadier/src/exceptions/dynamic3_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/dynamic3_command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/dynamic4_command_exception_type.rs b/azalea-brigadier/src/exceptions/dynamic4_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/dynamic4_command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/dynamicN_command_exception_type.rs b/azalea-brigadier/src/exceptions/dynamicN_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/dynamicN_command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/dynamic_command_exception_type.rs b/azalea-brigadier/src/exceptions/dynamic_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/dynamic_command_exception_type.rs diff --git a/azalea-brigadier/src/exceptions/simple_command_exception_type.rs b/azalea-brigadier/src/exceptions/simple_command_exception_type.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/azalea-brigadier/src/exceptions/simple_command_exception_type.rs |
