Release notes: Turn the 0.15-rc1 release notes into 0.15 release notes
[stgit] / stgit / exception.py
CommitLineData
87c93eab
KH
1class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass