Files
shlink/module/Common/src/Exception/ExceptionInterface.php
2017-10-12 10:13:20 +02:00

9 lines
110 B
PHP

<?php
declare(strict_types=1);
namespace Shlinkio\Shlink\Common\Exception;
interface ExceptionInterface
{
}