Exemplo n.º 1
0
 /**
  * Add all the exceptions that have been persisted to the current page
  */
 protected function addPersistedExceptions()
 {
     foreach (FrameEx::getPersistedExceptions() as $ex) {
         $this->processException($ex);
     }
 }