Files
shlink/src/Exception/ExceptionInterface.php

7 lines
82 B
PHP

<?php
namespace Acelaya\UrlShortener\Exception;
interface ExceptionInterface
{
}