models: avoid parsing the output of 'git status'
[git-cola.git] / cola / exception.py
blob75b88c00ed63f4df5b7b2ff7eb286966c5e4ab3b
1 # Copyright (c) 2008 David Aguilar
2 class ColaException(Exception):
3 """Base class for all Cola exceptions."""
4 pass