nikolaposa/version

Include the version number in the exception message

asgrim opened this issue · 1 comments

Would be extremely helpful to include the version number we're trying to parse in this exception message (e.g. if you're creating a collection, I don't quickly know what one is failed)

throw new InvalidVersionStringException("Version string is not valid and cannot be parsed");

(I'm just putting a PR together for you now)