Implemented short code generation based on a provided long URL

This commit is contained in:
Alejandro Celaya
2016-04-17 11:29:23 +02:00
parent b436edb991
commit 93c2c1298a
7 changed files with 182 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<?php
namespace Acelaya\UrlShortener\Exception;
interface ExceptionInterface
{
}