diff options
Diffstat (limited to 'src/error/mod.rs')
-rw-r--r-- | src/error/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/error/mod.rs b/src/error/mod.rs index a269555..649ef08 100644 --- a/src/error/mod.rs +++ b/src/error/mod.rs | |||
@@ -1,3 +1,7 @@ | |||
1 | /* Copyright (C) 2019 Akshay Oppiliappan <[email protected]> | ||
2 | * Refer to LICENCE for more information. | ||
3 | * */ | ||
4 | |||
1 | #[derive(Debug)] | 5 | #[derive(Debug)] |
2 | pub enum CalcError { | 6 | pub enum CalcError { |
3 | Math(Math), | 7 | Math(Math), |