shlink/module/Rest/src/Exception/ExceptionInterface.php

9 lines
127 B
PHP
Raw Normal View History

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