An error raised when a numeric component of a Semantic Version overflows. More...
Public Member Functions | |
| SemVerOverflowError (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 overflow occurred. | |
An error raised when a numeric component of a Semantic Version overflows.