Skip to content

Commit

Permalink
Remove redundant StopCommandException
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed Nov 17, 2023
1 parent 7d5b643 commit 48fa93a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Command/TaxonomyCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function taxonomiesCommand(string $vocabulary, string $path = ''): void
if (!$startPoint) {
$this->outputLine('nothing found');
$this->quit(1);
throw new StopCommandException();
}

$subtree = $this->taxonomyService->findSubtree($startPoint);
Expand Down

0 comments on commit 48fa93a

Please sign in to comment.