Merge pull request #3433 from anton44eg/issue_3432
add msg attribute to ProjectError class
This commit is contained in:
commit
72f6a5c8d3
1 changed files with 2 additions and 1 deletions
|
|
@ -539,4 +539,5 @@ class NoSuchService(Exception):
|
|||
|
||||
|
||||
class ProjectError(Exception):
|
||||
pass
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue