36782-vm/includes/pdfparser/Exception/RuntimeException.php
2026-01-09 07:13:59 +00:00

7 lines
129 B
PHP

<?php declare(strict_types=1);
namespace PrinsFrank\PdfParser\Exception;
class RuntimeException extends PdfParserException {
}