Initial commit

This commit is contained in:
2017-10-31 00:57:12 +01:00
commit d03428a2e4
5 changed files with 174 additions and 0 deletions

7
src/LprException.php Normal file
View File

@ -0,0 +1,7 @@
<?php
namespace NoccyLabs\Lpr;
class LprException extends \RuntimeException
{}