class DateIcalParseException in Date iCal 7.3
Same name and namespace in other branches
- 7.2 includes/DateIcalFeedsParser.inc \DateIcalParseException
Exception thrown when the Feeds parser plugin fails.
Hierarchy
- class \DateIcalException extends \Exception
- class \DateIcalParseException
Expanded class hierarchy of DateIcalParseException
File
- ./
date_ical.module, line 21 - Adds ical functionality to Views, and an iCal parser to Feeds.
View source
class DateIcalParseException extends DateIcalException {
}