class DateIcalException in Date iCal 7.3
Same name and namespace in other branches
- 7.2 includes/DateIcalFeedsParser.inc \DateIcalException
Exception class for generic exceptions thrown by this module.
Hierarchy
- class \DateIcalException extends \Exception
Expanded class hierarchy of DateIcalException
File
- ./
date_ical.module, line 11 - Adds ical functionality to Views, and an iCal parser to Feeds.
View source
class DateIcalException extends Exception {
}