Coverage for gitman/exceptions.py : 67%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Shared exceptions."""
"""Raised when the configuration file is invalid."""
"""Raised when a shell call has a non-zero return code."""
self.program = kwargs.pop('program', None) self.output = kwargs.pop('output', None) super().__init__(*args, **kwargs)
"""Raised when there is a problem with the checked out directory."""
"""Raised when uncommitted changes are not expected."""
"""Raised when post-install script has a non-zero exit code.""" |