Metadata-Version: 2.4
Name: coded_exceptions
Version: 0.1.0
Summary: New base class for application exceptions: CodedException
Author: Nikolay Zakharov
Author-email: nikolay@desh.su
Keywords: exception exceptions api
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: keywords
Dynamic: summary

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)
