Preview: ExceptionRenderer.php
Size: 250 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/ExceptionRenderer.php
<?php
namespace 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