Beispiel #1
0
 function caughtException($e)
 {
     if ($e instanceof Exception_ValidityCheck) {
         $this->js()->univ()->alert($e->getMessage())->execute();
     }
     return parent::caughtException($e);
 }