An error raised when a string cannot be parsed as a Semantic Version. More...
Public Member Functions | |
| SemVerParseError (const std::uint64_t column) | |
| Construct an error located at the given column of the input. | |
| auto | column () const noexcept -> std::uint64_t |
| The column at which the parsing failure occurred. | |
An error raised when a string cannot be parsed as a Semantic Version.