paths))) { throw new \InvalidArgumentException( "Can't use --no-extraction because there are no endpoints in the " . Camel::camelDir($this->paths) . " directory." ); } return Camel::loadEndpointsIntoGroups(Camel::camelDir($this->paths)); } public function hasEncounteredErrors(): bool { return false; } }