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

class NoPreReleaseSuffixException extends \Exception implements Exception {
}