summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-22 18:06:07 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-22 18:06:07 +0100
commite0cdb9dbae5649b29753232bed9136389b940e23 (patch)
tree8c0d88897e092718c619e9a0b91753b3005609d1
parent09153a0562ab33171f97b24259b6e5c651c388fd (diff)
fixup! Merged `mail-template` repository (through the new-api branch)
-rw-r--r--template/src/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/src/error.rs b/template/src/error.rs
new file mode 100644
index 0000000..94fd942
--- /dev/null
+++ b/template/src/error.rs
@@ -0,0 +1,3 @@
+//! Module re-exporting all error types.
+
+pub use crate::path_rebase::UnsupportedPathError; \ No newline at end of file