Files
shlink/module/Common/src/Exception/ExceptionInterface.php
2017-12-30 21:35:26 +01:00

9 lines
129 B
PHP

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