Created Core module

This commit is contained in:
Alejandro Celaya
2016-07-19 18:01:39 +02:00
parent ba06ad44bd
commit ab9c2f728a
41 changed files with 121 additions and 100 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace Shlinkio\Shlink\Rest\Util;
use Acelaya\UrlShortener\Exception as Core;
use Shlinkio\Shlink\Core\Exception as Core;
use Shlinkio\Shlink\Rest\Exception as Rest;
class RestUtils