mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
13 lines
251 B
PHP
13 lines
251 B
PHP
<!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>
|