Ejemplo n.º 1
0
 public function onApiProblemException(ApiProblemException $e)
 {
     return $this->createApiProblemResponse($e->getTitle(), $e->getStatus(), $e->getDetail());
 }