Made different Layouts more customizable

This commit is contained in:
Frank Schubert
2022-04-19 14:20:54 +02:00
parent 37e48fa18a
commit 2e1cdae9a3
85 changed files with 170 additions and 110 deletions

View File

@@ -0,0 +1,7 @@
<?php
$code=$Exception->Code;
if($code) {
echo "Error $code: ";
}
echo $Exception->Message;
echo "\n";