mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
When thrift sees an exception that was not declared as part of the interface, it wraps it using std::exception::what() for the exception text. This is often cryptic, so add an "Internal server error" prefix.