title | issue | author | author_email | author_github |
---|---|---|---|---|
change import export factory exceptions |
NEXT-31188 |
Malte Janz |
MalteJanz |
- Changed method
create
ofContent/ImportExport/ImportExportFactory.php
to throw aProfileNotFoundException
if the profile is missing on the log. - Changed method
create
ofContent/ImportExport/ImportExportFactory.php
to throwProcessingException
instead ofRuntimeException
if a factory can't be found.