commit | af0a71ab3bbb2d4f8d0e8b203d5a98c6c372c11f | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Wed Dec 10 14:19:00 2014 +0000 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Wed Dec 10 14:19:00 2014 +0000 |
tree | d9045f270929b38b05e9dab6774aa0d0a663b1c0 | |
parent | 49777e7aa77570f3626893724a6321fac468009e [diff] [blame] |
Added new exception type for configuration file errors Change-Id: I3fadf3034cac0b1233ad12e2bc143a880bb93c01
diff --git a/errors.py b/errors.py index 7093dd6..130ead6 100644 --- a/errors.py +++ b/errors.py
@@ -32,3 +32,8 @@ Invalid input """ +class ConfigError(VlandError): + """ + Invalid configuration + """ +