mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user