Metadata-Version: 1.0
Name: coded-exceptions
Version: 0.1.0
Summary: New base class for application exceptions: CodedException
Home-page: UNKNOWN
Author: Nikolay Zakharov
Author-email: nikolay@desh.su
License: UNKNOWN
Description: Module provides new class to use as base class for exceptions. Any subclass of CodedException will have an unique class attribute 'code'. Such a code can be used to identify errors (for example, in api responses)
Keywords: exception exceptions api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
