thrownew \UnexpectedValueException(\sprintf('Expected an instance of the "%s" class. Got: "%s".', ExceptionDataBag::class, get_debug_type($exception)));
}
}
$this->exceptions = $exceptions;
return$this;
}
/**
* Gets the stacktrace that generated this event.
*/
publicfunctiongetStacktrace(): ?Stacktrace
{
return$this->stacktrace;
}
/**
* Sets the stacktrace that generated this event.
*
* @param Stacktrace|null $stacktrace The stacktrace instance