コード例 #1
0
ファイル: FrozenStrategy.php プロジェクト: rouffj/timemachine
 /**
  * {@inheritdoc}
  */
 public function add(EventInterface $newEvent, array $events)
 {
     throw CalendarEventException::addWhileFrozen($newEvent);
 }