Skip to content

Commit a425b4b

Browse files
committed
moved exceptions to Requests
1 parent e86f53f commit a425b4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Exceptions/MissingNameException.php renamed to src/Requests/Exceptions/MissingNameException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Probots\Pinecone\Exceptions;
3+
namespace Probots\Pinecone\Requests\Exceptions;
44

55
use Saloon\Exceptions\SaloonException;
66

tests/Feature/Index/ConfigureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Probots\Pinecone\Exceptions\MissingNameException;
3+
use Probots\Pinecone\Requests\Exceptions\MissingNameException;
44

55
it('can do anything', function () {
66

tests/Feature/Index/DeleteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Probots\Pinecone\Exceptions\MissingNameException;
3+
use Probots\Pinecone\Requests\Exceptions\MissingNameException;
44

55
it('can delete an index', function () {
66

tests/Feature/Index/DescribeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Probots\Pinecone\Exceptions\MissingNameException;
3+
use Probots\Pinecone\Requests\Exceptions\MissingNameException;
44

55
it('can describe an index', function () {
66

0 commit comments

Comments
 (0)