/var/www/vhosts/ihelp.ro/httpdocs/vendor/phar-io/version/src/exceptions
NameSizeModeActions
Exception.php4240644editdlrm
InvalidPreReleaseSuffixException.php1430644editdlrm
InvalidVersionException.php1490644editdlrm
NoBuildMetaDataException.php1350644editdlrm
NoPreReleaseSuffixException.php1380644editdlrm
UnsupportedVersionConstraintException.php4670644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/phar-io/version/src/exceptions/Exception.php (424B)
, Sebastian Heuer , Sebastian Bergmann * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PharIo\Version; use Throwable; interface Exception extends Throwable { }