Source code for pythonfinder.exceptions

from __future__ import annotations


[docs]class InvalidPythonVersion(Exception): """Raised when parsing an invalid python version""" pass