class
CQL::Error
- CQL::Error
- Exception
- Reference
- Object
Overview
Error class This class represents an error in the CQL library It provides a message describing the error
Example Raising an error
raise CQL::Error.new("Something went wrong")
Direct Known Subclasses
- CQL::ConnectionError
- CQL::DialectError
- CQL::RecordInvalid
- CQL::RecordNotFound
- CQL::RecordNotFoundError
- CQL::RecordNotSaved
- CQL::ValidationError