stg import now extracts Message-ID header
[stgit.git] / stgit / exception.py
blobe85e3504835d0b63b82d0ee2a946b23c7da2b6a0
1 class StgException(Exception):
2 """Base class for all StGit exceptions."""
5 class StackException(StgException):
6 """Exception raised by :class:`Stack` objects."""