class CalendarLinkException in Calendar Link 2.x
Same name and namespace in other branches
- 8 src/CalendarLinkException.php \Drupal\calendar_link\CalendarLinkException
Exception for calendar link classes.
@package Drupal\calendar_link
Hierarchy
- class \Drupal\calendar_link\CalendarLinkException extends \Drupal\calendar_link\RuntimeException
Expanded class hierarchy of CalendarLinkException
1 file declares its use of CalendarLinkException
File
- src/
CalendarLinkException.php, line 10
Namespace
Drupal\calendar_linkView source
class CalendarLinkException extends \RuntimeException {
}