Simple rename of top-most patch
[stgit] / stgit / exception.py
CommitLineData
87c93eab
KH
1class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass