/
home
/
sjslayjy
/
public_html
/
ccbfsoution
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Foundation
/
Upload File
HOME
<?php namespace Illuminate\Contracts\Foundation; interface ExceptionRenderer { /** * Renders the given exception as HTML. * * @param \Throwable $throwable * @return string */ public function render($throwable); }