mirror of https://github.com/docker/compose.git
add msg attribute to ProjectError class
Signed-off-by: Anton Simernia <anton.simernya@gmail.com>
This commit is contained in:
parent
f1603a3ee2
commit
4b01f6dcd6
|
@ -539,4 +539,5 @@ class NoSuchService(Exception):
|
|||
|
||||
|
||||
class ProjectError(Exception):
|
||||
pass
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
|
|
Loading…
Reference in New Issue