Files
nhgooi.nl/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php
2025-07-15 15:45:09 +02:00

6 lines
150 B
PHP
Executable File

<?php declare(strict_types = 1);
namespace PharIo\Manifest;
class ManifestDocumentMapperException extends \RuntimeException implements Exception {
}