File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Foundation
Upload
[..]
CachesRoutes.php (350 B)
Edit
Rename
Del
ExceptionRenderer.php (250 B)
Edit
Rename
Del
Edit: ExceptionRenderer.php
<?php namespace Illuminate\Contracts\Foundation; interface ExceptionRenderer { /** * Renders the given exception as HTML. * * @param \Throwable $throwable * @return string */ public function render($throwable); }
Simpan