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

12 lines
143 B
PHP
Raw Normal View History

<?php
2019-10-05 18:26:10 +03:00
declare(strict_types=1);
namespace Shlinkio\Shlink\Rest\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
}