Esempio n. 1
0
 /**
  * Trigger a connection-with-database error.
  *
  * @param object $exception Exception catched with try-catch
  */
 public function errorConnect($exception)
 {
     //
     Functions::triggerError($exception, $this->_trace, 0);
 }