📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:07:42
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Foundation
✏️
Editing: ExceptionRenderer.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Foundation; interface ExceptionRenderer { /** * Renders the given exception as HTML. * * @param \Throwable $throwable * @return string */ public function render($throwable); }
💾 Save Changes
❌ Cancel