openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

Better manage exception in lms handlers #719

Closed lunika closed 6 months ago

lunika commented 6 months ago

Purpose

In the lms handlers, unwanted exception, mostly on network error, can be thrown and are not managed at all. These exceptions can break a process (like validating a payment). We must manage well these exceptions in every handlers.

Proposal

Fixes #711