Files
wonderful-weather/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php
foobar 27c1969aaa init
2022-08-21 21:39:06 +02:00

6 lines
143 B
PHP

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