Files
deb-python-cassandra-driver/cqlengine/exceptions.py
2012-11-23 14:19:40 -08:00

6 lines
164 B
Python

#cqlengine exceptions
class CQLEngineException(BaseException): pass
class ModelException(CQLEngineException): pass
class ValidationError(CQLEngineException): pass