Issue #3336247 by tedbow, yash.rode, Wim Leers: Throw an exception if...
Issue #3336247 by tedbow, yash.rode, Wim Leers: Throw an exception if stopPropagation() called for `PreOperationStageEvent` and no error has been added
$this->addErrorFromThrowable(new\LogicException('Event propagation stopped without any errors added to the event. This bypasses the package_manager validation system.'));
$this->expectExceptionMessage('Event propagation stopped without any errors added to the event. This bypasses the package_manager validation system.');