mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #3433 from anton44eg/issue_3432
add msg attribute to ProjectError class
This commit is contained in:
commit
72f6a5c8d3
@ -539,4 +539,5 @@ class NoSuchService(Exception):
|
||||
|
||||
|
||||
class ProjectError(Exception):
|
||||
pass
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
|
Loading…
x
Reference in New Issue
Block a user