Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function update(EventInterface $originalEvent, EventInterface $updatedEvent, array $events)
 {
     throw CalendarEventException::updateWhileFrozen($originalEvent);
 }