NotFoundHandler
class NotFoundHandler implements RequestHandlerInterface (View source)
A simple handler that sends a 404 response.
Methods
__construct(ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory)
NotFoundHandler constructor.
ResponseInterface
handle(ServerRequestInterface $request)
{@inheritdoc}