Moved error handler classes from Expressive namespace to ErrorHandler namespace

This commit is contained in:
Alejandro Celaya
2016-07-30 13:51:52 +02:00
parent 2a018f5415
commit e345c2bbfe
11 changed files with 15 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace Shlinkio\Shlink\Common\Expressive;
namespace Shlinkio\Shlink\Common\ErrorHandler;
use Acelaya\ZsmAnnotatedServices\Annotation\Inject;
use Psr\Http\Message\ResponseInterface as Response;

View File

@@ -1,5 +1,5 @@
<?php
namespace Shlinkio\Shlink\Common\Expressive;
namespace Shlinkio\Shlink\Common\ErrorHandler;
use Psr\Http\Message\ServerRequestInterface as Request;
use Psr\Http\Message\ResponseInterface as Response;

View File

@@ -1,5 +1,5 @@
<?php
namespace Shlinkio\Shlink\Common\Expressive;
namespace Shlinkio\Shlink\Common\ErrorHandler;
use Zend\ServiceManager\AbstractPluginManager;
use Zend\ServiceManager\Exception\InvalidServiceException;

View File

@@ -1,5 +1,5 @@
<?php
namespace Shlinkio\Shlink\Common\Expressive;
namespace Shlinkio\Shlink\Common\ErrorHandler;
use Interop\Container\ContainerInterface;
use Interop\Container\Exception\ContainerException;

View File

@@ -1,5 +1,5 @@
<?php
namespace Shlinkio\Shlink\Common\Expressive;
namespace Shlinkio\Shlink\Common\ErrorHandler;
use Interop\Container\ContainerInterface;