Add exception class MDImporterFileAccessIsDisabled

This commit is contained in:
2023-07-21 16:21:40 +02:00
parent 39b31e4ad9
commit f281f9b293
2 changed files with 18 additions and 1 deletions

View File

@ -3,7 +3,6 @@ declare(strict_types = 1);
/**
* Exception thrown when trying to use the importer's write() methods during dry run.
* are not set public.
*/
final class MDImporterWritingIsDisabled extends Exception {
/**