mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
invalid_request_exceptions is one of the exceptions that should be propagated to the client in form of a error code. That's why it should belong to a hierarchy with cassandra_exception at root, so that all exceptions like that can be easily caught and passed to the client. Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>