class BlankDateFieldException in Date iCal 7.2
Same name and namespace in other branches
- 7.3 date_ical.module \BlankDateFieldException
Exception for when the date field for a row in the ical_fields row plugin is blank.
Hierarchy
- class \BlankDateFieldException extends \Exception
Expanded class hierarchy of BlankDateFieldException
File
- ./
date_ical.module, line 19 - Adds ical functionality to Views, and an iCal parser to Feeds.
View source
class BlankDateFieldException extends Exception {
}