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

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