20220717
This commit is contained in:
14
vendor/illuminate/contracts/Foundation/ExceptionRenderer.php
vendored
Normal file
14
vendor/illuminate/contracts/Foundation/ExceptionRenderer.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Foundation;
|
||||
|
||||
interface ExceptionRenderer
|
||||
{
|
||||
/**
|
||||
* Renders the given exception as HTML.
|
||||
*
|
||||
* @param \Throwable $throwable
|
||||
* @return string
|
||||
*/
|
||||
public function render($throwable);
|
||||
}
|
Reference in New Issue
Block a user