mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
7 lines
82 B
PHP
7 lines
82 B
PHP
<?php
|
|
namespace Acelaya\UrlShortener\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
}
|