Пример #1
0
 public function testExceptionHandler()
 {
     $this->client->expects($this->once())->method('notify');
     $this->client->exceptionHandler(new Exception("Something broke"));
 }
Пример #2
0
 /**
  * 
  *
  * @static 
  */
 public static function exceptionHandler($exception)
 {
     return \Bugsnag_Client::exceptionHandler($exception);
 }