Files
shlink/module/Installer/src/Exception/ExceptionInterface.php
2018-09-30 09:40:43 +02:00

11 lines
147 B
PHP

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