ical.net icon indicating copy to clipboard operation
ical.net copied to clipboard

Introduce and throw more specific exception types.

Open minichma opened this issue 11 months ago • 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.

minichma avatar Nov 21 '24 20:11 minichma