Skip to content

Commit

Permalink
Merge pull request #54 from Elastic-Suite/ESPP-17-Move-exception-class
Browse files Browse the repository at this point in the history
ESPP-17 Move exception class from Elasticsuite\Index\Exception to Ela…
  • Loading branch information
rbayet authored Apr 20, 2022
2 parents 3ee2375 + 8669c5e commit 3d93081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

declare(strict_types=1);

namespace Elasticsuite\Index\Exception;
namespace Elasticsuite\Exception;

use ApiPlatform\Core\Exception\ExceptionInterface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use ApiPlatform\Core\Exception\InvalidArgumentException;
use ApiPlatform\Core\GraphQl\Resolver\MutationResolverInterface;
use Elasticsuite\Catalog\Repository\LocalizedCatalogRepository;
use Elasticsuite\Index\Exception\LogicException;
use Elasticsuite\Exception\LogicException;
use Elasticsuite\Index\Service\IndexOperation;
use Elasticsuite\Metadata\Repository\MetadataRepository;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
namespace Elasticsuite\Index\Repository\Index;

use Elasticsearch\Client;
use Elasticsuite\Exception\LogicException;
use Elasticsuite\Index\Dto\Bulk;
use Elasticsuite\Index\Exception\LogicException;
use Elasticsuite\Index\Model\Index;

class IndexRepository implements IndexRepositoryInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
namespace Elasticsuite\Index\Service;

use Elasticsuite\Catalog\Model\LocalizedCatalog;
use Elasticsuite\Exception\LogicException;
use Elasticsuite\Index\Api\IndexSettingsInterface;
use Elasticsuite\Index\Exception\LogicException;
use Elasticsuite\Index\Model\Index;
use Elasticsuite\Index\Repository\Index\IndexRepositoryInterface;
use Elasticsuite\Metadata\Model\Metadata;
Expand Down

0 comments on commit 3d93081

Please sign in to comment.