Moved some exceptions from core to common

This commit is contained in:
Alejandro Celaya
2016-07-20 10:13:53 +02:00
parent c290bed354
commit 06fa33877b
16 changed files with 24 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
<?php
namespace Shlinkio\Shlink\Core\Exception;
interface ExceptionInterface
{
}