| 1 | <?php |
||
| 8 | class JsonApiExceptionTransformer implements ExceptionTransformer |
||
| 9 | { |
||
| 10 | |||
| 11 | private $debug = false; |
||
| 12 | |||
| 13 | 4 | public function __construct($debug = false) |
|
| 17 | |||
| 18 | /** |
||
| 19 | * @param \Exception $exception |
||
| 20 | * @return array |
||
| 21 | */ |
||
| 22 | 4 | public function transformException(\Exception $exception) |
|
| 43 | } |
||
| 44 |