4 lines
119 B
Python
4 lines
119 B
Python
class KeystoneAuthException(Exception):
|
|
""" Generic error class to identify and catch our own errors. """
|
|
pass
|