PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Foundation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Foundation; interface ExceptionRenderer { /** * Renders the given exception as HTML. * * @param \Throwable $throwable * @return string */ public function render($throwable); }
[-] CachesConfiguration.php
[edit]
[+]
..
[-] CachesRoutes.php
[edit]
[-] ExceptionRenderer.php
[edit]
[-] MaintenanceMode.php
[edit]
[-] Application.php
[edit]