View file vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php

File size: 135B
<?php declare(strict_types = 1);
namespace PharIo\Manifest;

class ManifestLoaderException extends \Exception implements Exception {
}