Files
deb-python-django-openstack…/openstack_auth/exceptions.py
Gabriel Hurley 9962375e0c Initial commit.
2012-07-03 02:25:01 -07:00

4 lines
119 B
Python

class KeystoneAuthException(Exception):
""" Generic error class to identify and catch our own errors. """
pass