<?php
namespace Xentral\Modules\HocrParser\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface HocrParserException extends ModuleExceptionInterface
{
}