We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ddb4 commit 2cc0e1cCopy full SHA for 2cc0e1c
src/Json.php
@@ -14,9 +14,9 @@
14
namespace Josantonius\Json;
15
16
use Josantonius\Json\Exceptions\GetFileException;
17
-use Josantonius\Json\Exceptions\NoIterableFileException;
18
use Josantonius\Json\Exceptions\JsonErrorException;
19
use Josantonius\Json\Exceptions\CreateFileException;
+use Josantonius\Json\Exceptions\NoIterableFileException;
20
use Josantonius\Json\Exceptions\CreateDirectoryException;
21
use Josantonius\Json\Exceptions\NoIterableElementException;
22
0 commit comments