shlink/module/Rest/src/Exception/ExceptionInterface.php
2019-10-05 17:26:10 +02:00

11 lines
143 B
PHP

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