summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-10 18:42:58 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-10 18:42:58 +0100
commit99a29eac890713df039a199bec183e50ace92803 (patch)
treeb8c524d0cc97fe95b74bb6dacc38f281b2deeb42
parentf276e2f66b389a96f7d0981feefb79f6c8257d25 (diff)
Add notes in error.rs
-rw-r--r--src/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 6258c10..e9a25a7 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -1,4 +1,7 @@
+// Module for errors using error_chain
+// Might be expanded in the future
+
error_chain! {
errors {
ConfigParseError(filename: String) {