Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class ExceptionMiddleware implements MiddlewareInterface |
||
17 | { |
||
18 | private DataResponseFactoryInterface $dataResponseFactory; |
||
19 | |||
20 | public function __construct(DataResponseFactoryInterface $dataResponseFactory) |
||
23 | } |
||
24 | |||
25 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
||
39 |