Files
shlink/module/Common/src/Exception/ExceptionInterface.php
2016-07-20 10:13:53 +02:00

7 lines
84 B
PHP

<?php
namespace Shlinkio\Shlink\Common\Exception;
interface ExceptionInterface
{
}