Preview: ExceptionRenderer.php
Size: 269 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Foundation/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);
}
Directory Contents
Dirs: 0 × Files: 5