Beispiel #1
0
 public function doDeleteRule($id)
 {
     try {
         $this->ruleService->deleteRule((int) $id);
     } catch (Exceptions\DataErrorException $ex) {
         $this->handleDataDelete($id, "this", $ex);
     }
 }