Base class for invalid time exceptions.
| 36 | |
| 37 | |
| 38 | class InvalidTimeError(Error): |
| 39 | '''Base class for invalid time exceptions.''' |
| 40 | |
| 41 | |
| 42 | class AmbiguousTimeError(InvalidTimeError): |
nothing calls this directly
no outgoing calls
no test coverage detected