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
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.
The text was updated successfully, but these errors were encountered:
Today many exceptions that are raised throughout the lib are quite unspecific. E.g. in
RecurrencePatternSerializer
, mostlyArgumentExceptions
are raised, while something like aCalendarFormatException
or similar would be more appropriate.Introduce and throw more specific exception types.
The text was updated successfully, but these errors were encountered: