1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-02-19 16:00:11 +01:00
OpenXE/classes/Modules/HocrParser/Exception/InvalidArgumentException.php
2021-05-21 08:49:41 +02:00

10 lines
170 B
PHP

<?php
namespace Xentral\Modules\HocrParser\Exception;
use RuntimeException;
class InvalidArgumentException extends RuntimeException implements HocrParserException
{
}