class documentation

class ParserError(ValueError): (source)

View In Hierarchy

Exception subclass used for any failure to parse a datetime string. This is a subclass of :py:exc:`ValueError`, and should be raised any time earlier versions of ``dateutil`` would have raised ``ValueError``. .. versionadded:: 2.8.1

Method __repr__ Undocumented
Method __str__ Undocumented
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented