Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/vendor/facade/ignition/src/ErrorPage/IgnitionExceptionRenderer.php
Назад
<?php namespace Facade\Ignition\ErrorPage; use Illuminate\Contracts\Foundation\ExceptionRenderer; /** @psalm-suppress UndefinedClass */ class IgnitionExceptionRenderer implements ExceptionRenderer { /** @var \Facade\Ignition\ErrorPage\ErrorPageHandler */ protected $errorPageHandler; public function __construct(ErrorPageHandler $errorPageHandler) { $this->errorPageHandler = $errorPageHandler; } public function render($throwable) { ob_start(); $this->errorPageHandler->handle($throwable); return ob_get_clean(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка