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

6 lines
135 B
PHP

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