Files
BiFace_Server_Lite/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php
2020-03-27 10:13:51 +07:00

7 lines
117 B
PHP

<?php
namespace PharIo\Manifest;
class ManifestElementException extends \RuntimeException implements Exception {
}