MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / InvalidTimeError

Class InvalidTimeError

tests/test_code/py/pytz/exceptions.py:38–39  ·  view source on GitHub ↗

Base class for invalid time exceptions.

Source from the content-addressed store, hash-verified

36
37
38class InvalidTimeError(Error):
39 '''Base class for invalid time exceptions.'''
40
41
42class AmbiguousTimeError(InvalidTimeError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected