- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
public static function Exception($message, $info = []) {
ob_clean();
?>
<!-- Пичалька какая-то произошла! Мы в грустяшке и огорчульке. -->
<center>
<div style="width: 600px; height: 140px; border: 1px #DDDDDD solid;">
<img style="width: 134px; margin: 14px; float: left;" src="/images/error-big.png">
<div style="display: table-cell; vertical-align: middle; height: 155px;">
<h4>
<?= $message; ?>
</h4>
</div>
</div>
</center>
<?
exit();
}