You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing "foobar" as ICS content to the constructor generates an uncaught exception:
Uncaught Error: Call to a member function getName() on null in icalendar/includes/ical.php:582
Stack trace:
#0 import_vacances.php(26): ZCiCal->__construct('foobar\\n')
#1 {main}\n thrown in icalendar/includes/ical.php on line 582
Regular try…catch didn't work and I had to use set_exception_handler() to catch it… it should really pass it, or test for proper format first.
The text was updated successfully, but these errors were encountered:
Passing "foobar" as ICS content to the constructor generates an uncaught exception:
Regular
try…catch
didn't work and I had to useset_exception_handler()
to catch it… it should really pass it, or test for proper format first.The text was updated successfully, but these errors were encountered: