summaryrefslogtreecommitdiff
path: root/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php
blob: 09e9bee0d40929abbf22a3456de365d395f07fa5 (plain)
1
2
3
4
5
<?php declare(strict_types = 1);
namespace PharIo\Version;

class NoBuildMetaDataException extends \Exception implements Exception {
}