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