Moved NotFoundHandler to ErrorHandler namespace

This commit is contained in:
Alejandro Celaya
2019-11-23 10:11:34 +01:00
parent 74854b3dac
commit 89e373f775
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Shlinkio\Shlink\Core\Response;
namespace Shlinkio\Shlink\Core\ErrorHandler;
use Fig\Http\Message\StatusCodeInterface;
use InvalidArgumentException;