IllegalSecondError# exception astropy.coordinates.IllegalSecondError(second)[source]# Raised when an second value (time) is not in the range [0,60]. Parameters: secondint, float Examples if not 0 <= sec < 60: raise IllegalSecondError(second)