php-lpr/src/LprException.php

8 lines
82 B
PHP
Raw Normal View History

2017-10-31 00:57:12 +01:00
<?php
namespace NoccyLabs\Lpr;
class LprException extends \RuntimeException
{}