Source code for docker_launch.exceptions

[docs]class LaunchError(Exception): """Errors related to launch service.""" pass
[docs]class ConfigFileError(Exception): """Errors related to configuration file content.""" pass