示例#1
0
 /**
  * Register an event listener for the exception occurred job event.
  *
  * @param mixed $callback
  * @return void 
  * @static 
  */
 public static function exceptionOccurred($callback)
 {
     \Illuminate\Queue\QueueManager::exceptionOccurred($callback);
 }