Mir

Code review comment for lp:~raof/mir/better-buffer-plumbing

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> SessionMediator: std::logic_error is not derived from std::runtime_error.
>
> So we need to catch std::exception in order to actually send error-buffers rather than crash
> the server!

Surely logic errors need to be found and avoided before release? Crashing the server seems a good way to motivate this.

« Back to merge proposal