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
141 B
Python

class DownloaderException(Exception):
"""If a downloader could not download a URL"""
def __str__(self):
return self.args[0]