Signed-off-by: Anton Simernia <[email protected]>
@@ -539,4 +539,5 @@ class NoSuchService(Exception):
class ProjectError(Exception):
- pass
+ def __init__(self, msg):
+ self.msg = msg