Skip to content

Commit

Permalink
Fix catched exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 27, 2014
1 parent bd9bcee commit eb8b4fc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -459,7 +459,7 @@ public function __construct(Component $vcal, $uid=null) {
try {
$this->exceptionDates[] =
DateTimeParser::parse($exceptionDate, $this->startDate->getTimeZone());
} catch (Exception $e) {
} catch (\LogicException $e) {
}

}
Expand Down

0 comments on commit eb8b4fc

Please sign in to comment.