in Controller/BackendController.php, line 60
The Exception class resolves to the following classes: Imagine\Exception\Exception or Symfony\Component\Config\Definition\Exception\Exception or Ivory\CKEditorBundle\Exception\Exception.
Did you forget to add a corresponding use statement for one of them?
}
$em->flush();
$res = true;
} catch (Exception $e) {
$res = false;
}
} else {
$res = false;
}
Posted from SensioLabsInsight
in Controller/BackendController.php, line 60
} $em->flush(); $res = true; } catch (Exception $e) { $res = false; } } else { $res = false; }Posted from SensioLabsInsight