*/ class ErrorEvent extends ExecEvent { /** * @var \Exception|\Throwable */ public $error; /** * @var bool */ public $retry; }