use BEAR\Sunday\Extension\Router\RouterMatch as Request;
8
use Exception;
9
10
final class NullError implements ErrorInterface
11
{
12
/**
13
* {@inheritDoc}
14
*/
15
public function handle(Exception $e, Request $request) // phpcs:disable SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException