Esempio n. 1
0
 /**
  * @param PDOException $exception
  * @param null|string  $SSQL
  * @return bool
  */
 public function catchException(PDOException $exception, $SSQL = null)
 {
     Debug::catchException($exception, $SSQL);
 }