Source code for radar.exceptions

__title__ = 'radar.exceptions'
__version__ = '0.3'
__build__ = 0x000003
__author__ = 'Artur Barseghyan'
__all__ = ('UnrecognisedDateFormat', 'InvalidDateRange')

[docs]class UnrecognisedDateFormat(ValueError): """ Unrecognised date format. """ pass
[docs]class InvalidDateRange(ValueError): """ Invalid date range. """ pass
Read the Docs v: 0.3
Versions
latest
0.3
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.