You are here

CalendarLinkException.php in Calendar Link 8

Same filename and directory in other branches
  1. 2.x src/CalendarLinkException.php

File

src/CalendarLinkException.php
View source
<?php

namespace Drupal\calendar_link;


/**
 * Class CalendarLinkException.
 *
 * @package Drupal\calendar_link
 */
class CalendarLinkException extends \RuntimeException {

}

Classes

Namesort descending Description
CalendarLinkException Class CalendarLinkException.