web/templates/EmailDonationProcessingFailed.php

15 lines
287 B
PHP

<?
/**
* @var string $exception
*/
?><!DOCTYPE html>
<html lang="en">
<head>
<title>Donation processing failed</title>
</head>
<body>
<h1>Donation processing failed</h1>
<p>The donation processing script failed with this exception:</p>
<pre><?= $exception ?></pre>
</body>
</html>