Model
ExportFeedDummy
Magento\DataExporter\Model\ExportFeedDummy
What it does
This is a dummy/placeholder implementation of the ExportFeedInterface that throws an exception when called.
Developers will encounter this class only when the SaaS Exporter module is not installed, serving as a safeguard to indicate missing dependencies.
It's used by Magento's dependency injection system as a default fallback when the actual feed export implementation is unavailable.
Public Methods
- export()