Files
shlink/module/Common/src/Exception/ExceptionInterface.php

9 lines
129 B
PHP
Raw Normal View History

<?php
2017-10-12 10:13:20 +02:00
declare(strict_types=1);
namespace Shlinkio\Shlink\Common\Exception;
interface ExceptionInterface extends \Throwable
{
}