mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 09:01:26 +08:00
add stub for dateutils.parser.ParserError (#4616)
This commit is contained in:
+1
@@ -48,3 +48,4 @@ DEFAULTTZPARSER: _tzparser
|
||||
class InvalidDatetimeError(ValueError): ...
|
||||
class InvalidDateError(InvalidDatetimeError): ...
|
||||
class InvalidTimeError(InvalidDatetimeError): ...
|
||||
class ParserError(ValueError): ...
|
||||
|
||||
Reference in New Issue
Block a user