改名
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Server;
|
||||
|
||||
use Server\Constrict\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
interface ExceptionHandlerInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param \Throwable $exception
|
||||
* @param Response $response
|
||||
* @return Response
|
||||
*/
|
||||
public function emit(\Throwable $exception, Response $response): Response;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user