Skip to content

Commit 1137b37

Browse files
committed
BUGFIX: replace exception from old package
1 parent ecea58c commit 1137b37

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Classes/Command/ContentReleaseValidationCommandController.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44

55
namespace Flowpack\DecoupledContentStore\Command;
66

7-
use EinsUndEins\Neos\ContentStore\Exception;
7+
use Flowpack\DecoupledContentStore\Exception;
88
use Flowpack\DecoupledContentStore\Core\Domain\ValueObject\RedisInstanceIdentifier;
99
use Flowpack\DecoupledContentStore\NodeEnumeration\Domain\Repository\RedisEnumerationRepository;
10-
use Flowpack\DecoupledContentStore\NodeRendering\Dto\RendererIdentifier;
1110
use Flowpack\DecoupledContentStore\NodeRendering\Infrastructure\RedisRenderingErrorManager;
12-
use Flowpack\DecoupledContentStore\NodeRendering\NodeRenderer;
13-
use Flowpack\DecoupledContentStore\NodeRendering\NodeRenderOrchestrator;
1411
use Flowpack\DecoupledContentStore\ReleaseSwitch\Infrastructure\RedisReleaseSwitchService;
1512
use Neos\Flow\Annotations as Flow;
1613
use Flowpack\DecoupledContentStore\Core\Domain\ValueObject\ContentReleaseIdentifier;
@@ -94,4 +91,4 @@ public function ensureNoValidationErrorsExistCommand(string $contentReleaseIdent
9491
$logger->info('No rendering errors, continuing with next task.');
9592
}
9693
}
97-
}
94+
}

0 commit comments

Comments
 (0)