render($e); http_response_code($exception->getStatusCode()); die($exception->getAsString()); } else { http_response_code(StatusCode::HTTP_INTERNAL_SERVER_ERROR); die('Error when starting the app: ' . htmlentities($e->getMessage())); } } }