1<?php use Fisharebest\Webtrees\I18N; ?> 2 3<p> 4 <?= I18N::translate('An unexpected database error occurred.') ?> 5</p> 6 7<pre><?= $exception->getMessage() ?></pre> 8 9<pre><?= $exception->getTraceAsString() ?></pre> 10 11<p> 12 <?= I18N::translate('The webtrees developers would be very interested to learn about this error. If you contact them, they will help you resolve the problem.') ?> 13</p> 14