php-lpr/src/LprException.php

8 lines
82 B
PHP

<?php
namespace NoccyLabs\Lpr;
class LprException extends \RuntimeException
{}