address PR comments
This commit is contained in:
parent
16b451437f
commit
9f743fd6cd
4 changed files with 19 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
docker implements pure data transformations according to the many Docker specifications.
|
||||
"""
|
||||
|
||||
class DockerException(Exception):
|
||||
class DockerFormatException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ManifestException(DockerException):
|
||||
class ManifestException(DockerFormatException):
|
||||
pass
|
||||
|
|
Reference in a new issue