Exemplo n.º 1
0
 /**
  * Exception handling
  */
 private function error(Exception $exception)
 {
     $vue = new Vue('error');
     $vue->generate(array('errorMessage' => $exception->getMessage()));
 }