File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14- namespace Josantonius \Json \Exception ;
14+ namespace Josantonius \Json \Exceptions ;
1515
1616class CreateDirectoryException extends \Exception
1717{
Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14- namespace Josantonius \Json \Exception ;
14+ namespace Josantonius \Json \Exceptions ;
1515
1616class CreateFileException extends \Exception
1717{
Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14- namespace Josantonius \Json \Exception ;
14+ namespace Josantonius \Json \Exceptions ;
1515
1616class GetFileException extends \Exception
1717{
Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14- namespace Josantonius \Json \Exception ;
14+ namespace Josantonius \Json \Exceptions ;
1515
1616class JsonErrorException extends \Exception
1717{
Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14- namespace Josantonius \Json \Exception ;
14+ namespace Josantonius \Json \Exceptions ;
1515
1616class UnavailableMethodException extends \Exception
1717{
Original file line number Diff line number Diff line change 1515
1616use Josantonius \Json \Json ;
1717use PHPUnit \Framework \TestCase ;
18- use Josantonius \Json \Exception \CreateFileException ;
19- use Josantonius \Json \Exception \CreateDirectoryException ;
18+ use Josantonius \Json \Exceptions \CreateFileException ;
19+ use Josantonius \Json \Exceptions \CreateDirectoryException ;
2020
2121class ConstructMethodTest extends TestCase
2222{
Original file line number Diff line number Diff line change 1515
1616use Josantonius \Json \Json ;
1717use PHPUnit \Framework \TestCase ;
18- use Josantonius \Json \Exception \JsonErrorException ;
18+ use Josantonius \Json \Exceptions \JsonErrorException ;
1919
2020class GetMethodTest extends TestCase
2121{
Original file line number Diff line number Diff line change 1515
1616use Josantonius \Json \Json ;
1717use PHPUnit \Framework \TestCase ;
18- use Josantonius \Json \Exception \UnavailableMethodException ;
18+ use Josantonius \Json \Exceptions \UnavailableMethodException ;
1919
2020class MergeMethodTest extends TestCase
2121{
Original file line number Diff line number Diff line change 1515
1616use Josantonius \Json \Json ;
1717use PHPUnit \Framework \TestCase ;
18- use Josantonius \Json \Exception \GetFileException ;
19- use Josantonius \Json \Exception \UnavailableMethodException ;
18+ use Josantonius \Json \Exceptions \GetFileException ;
19+ use Josantonius \Json \Exceptions \UnavailableMethodException ;
2020
2121class PushMethodTest extends TestCase
2222{
Original file line number Diff line number Diff line change 1515
1616use Josantonius \Json \Json ;
1717use PHPUnit \Framework \TestCase ;
18- use Josantonius \Json \Exception \UnavailableMethodException ;
18+ use Josantonius \Json \Exceptions \UnavailableMethodException ;
1919
2020class SetMethodTest extends TestCase
2121{
You can’t perform that action at this time.
0 commit comments