diff options
Diffstat (limited to 'crates/shirabe/src/exception')
| -rw-r--r-- | crates/shirabe/src/exception/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/src/exception/mod.rs b/crates/shirabe/src/exception/mod.rs new file mode 100644 index 0000000..d273f7e --- /dev/null +++ b/crates/shirabe/src/exception/mod.rs @@ -0,0 +1,2 @@ +pub mod irrecoverable_download_exception; +pub mod no_ssl_exception; |
