ical-org/ical.net

Introduce and throw more specific exception types.

Opened this issue · 0 comments

Today many exceptions that are raised throughout the lib are quite unspecific. E.g. in RecurrencePatternSerializer, mostly ArgumentExceptions are raised, while something like a CalendarFormatException or similar would be more appropriate.

Introduce and throw more specific exception types.