Files
Iristyle a000ce8acc feat(ST2.UtilPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:35:46 -04:00

6 lines
136 B
Python

class ClientException(Exception):
"""If a client could not fetch information"""
def __str__(self):
return self.args[0]