man pages: Bugfixed man pages for --sign and --ack flags; e.g., for stg-new
[stgit] / stgit / exception.py
CommitLineData
87c93eab
KH
1class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass