Skip to main content
Introduction to Exception Handling
Ossi Galkin avatar
Written by Ossi Galkin
Updated over 7 months ago

The majority of integration design should focus on exception handling, and Frends provides extensive methods for handling different types of exceptions. The following modules will cover the different elements for handling exceptions

  • Catch

  • Throw

  • Global error handler

  • Scope

Did this answer your question?