コード例 #1
0
 /**
  * Handle exception
  * 
  * @param Exception $e Exception object
  * @return void
  */
 public static function handle(Exception $e)
 {
     self::$qis->displayError($e->getMessage());
 }