예제 #1
0
 private function doDeleteSportGroup($id)
 {
     try {
         $this->sportGroupService->deleteSportGroup($id);
     } catch (Exceptions\DataErrorException $ex) {
         $this->handleDependencyDelete($id, "this", $ex);
     }
 }