mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
Fixes #9491 CQL server, when encountering a "general" exception (i.e. not thrown by cql error checks), reports a wire error with simply the what() part of exception. However, if we have nested exceptions, we will most likely lose info here (hello encryption). General exception case should unwind exception and give back full, concatenated message to avoid confusion. Closes #9492