Source code for wirecurly.exc

[docs]class ExceptionBase(BaseException): """A base exception""" pass
[docs]class NoSuchApplication(ExceptionBase): """We are adding something that is not an application""" pass
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.