| 1 | <?php namespace Neomerx\Limoncello\Errors; |
||
| 26 | class NoContentRenderer extends BaseRenderer |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @param ResponsesInterface $responses |
||
| 30 | * @param int $statusCode |
||
| 31 | */ |
||
| 32 | 2 | public function __construct(ResponsesInterface $responses, $statusCode) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @inheritdoc |
||
| 40 | */ |
||
| 41 | 1 | public function getContent(Exception $exception) |
|
| 45 | } |
||
| 46 |