コード例 #1
0
 /**
  * Handle fatal error
  */
 public function handleFatalError()
 {
     if ($this->getRollbar()->enabled) {
         \Rollbar::report_fatal_error();
     }
     parent::handleFatalError();
 }
コード例 #2
0
 /**
  * Handles & reports fatal PHP errors that are causing the shutdown
  */
 public function handleFatalError()
 {
     \Rollbar::report_fatal_error();
     parent::handleFatalError();
 }