php-lpr/src/LprException.php

8 lines
82 B
PHP
Raw Normal View History

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