<p><code>catch (std::exception const& ex)</code> is much better practice than muffling an exception with <code>...</code>. This way you can then get the actual exception test to display it to the user with <code>ex.what()</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/mod_tile/commit/5d6b6caefa659a7c251f6dac95c02e9b36238d33#commitcomment-2971365'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/g8smGCFOcVLF28Q-xX3zcQ_vEzupxiUTte5cXsQoD533cZIz_nMlu2pifjl5V2Sm.gif' height='1' width='1'></p>