Skip to content

Commit

Permalink
Update content/docs/guide-development.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriele Barni <[email protected]>
  • Loading branch information
dsavchenko and burnout87 authored Jan 9, 2025
1 parent 36735fb commit 7887586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/docs/guide-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ It can happen that your analysis workflow is expected to produce no data product
![image](screen-analysiserror.png)

Any exception raised during the worfklow execution will propagate and shown by the MMODA platform.
The `AnalysisError` that we consider to define is a special class that designates the "expected" exception.

Don't worry if you do not succeed to foresee all possible exceptions at the initial development stage. If unforeseen exceptions would occur when the service is already deployed and available to users, each time an unforeseen exception occurs, you will be notified and invited to patch your notebook to handle this exception (perhaps raising a new `AnalysisError()` case in the appropriate cell).

Expand Down

0 comments on commit 7887586

Please sign in to comment.