mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 07:13:11 +08:00
Implemented short code generation based on a provided long URL
This commit is contained in:
6
src/Exception/ExceptionInterface.php
Normal file
6
src/Exception/ExceptionInterface.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Acelaya\UrlShortener\Exception;
|
||||
|
||||
interface ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user