Class NotFound
Default Slim application not found handler.
It outputs a simple message in either JSON, XML or HTML based on the Accept header.
- Slim\Handlers\AbstractHandler
-
Slim\Handlers\NotFound
Methods summary
public
Psr\Http\Message\ResponseInterface
|
|
protected
Psr\Http\Message\ResponseInterface
|
|
protected
Psr\Http\Message\ResponseInterface
|
|
protected
Psr\Http\Message\ResponseInterface
|
|
protected
Psr\Http\Message\ResponseInterface
|
#
renderHtmlNotFoundOutput( Psr\Http\Message\ServerRequestInterface $request )
Return a response for text/html content not found |