astropy.coordinates
Raised when an minute value is not in the range [0,60].
python:int
python:float
Examples
if not 0 <= min < 60: raise IllegalMinuteError(minute)