Files
deb-python-cassandra-driver/cqlengine/exceptions.py
2013-01-06 09:31:37 -08:00

6 lines
160 B
Python

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