?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/jean85/pretty-package-versions/src/Exception/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/jean85/pretty-package-versions/src

?? Viewing: VersionMissingExceptionInterface.php

<?php

declare(strict_types=1);

namespace Jean85\Exception;

interface VersionMissingExceptionInterface extends \Throwable
{
    public static function create(string $packageName): self;
}


??

??