$except->getCode(), 'error' => sprintf('(%s) %s', get_class($except), $except->getMessage()), 'file' => sprintf('At %s line %d', $except->getFile(), $except->getLine()) ]; return $response->withData($data); } }