1<?php 2 3use Fisharebest\Webtrees\I18N; 4 5?> 6 7<p> 8 <?= I18N::translate('An unexpected database error occurred.') ?> 9</p> 10 11<pre><?= $exception->getMessage() ?></pre> 12 13<pre><?= $exception->getTraceAsString() ?></pre> 14 15<p> 16 <?= 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.') ?> 17</p> 18