芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/bd.mgaplay.com.br/vendor/slim/slim/Slim/Error/AbstractErrorRenderer.php
getTitle(); } return $this->defaultErrorTitle; } /** * @param Throwable $exception * @return string */ protected function getErrorDescription(Throwable $exception): string { if ($exception instanceof HttpException) { return $exception->getDescription(); } return $this->defaultErrorDescription; } }