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
The Datahub::Factory::Command::transport module currently contains several nested try...catch blocks, including different ways in which errors are caught, processed or bubble up to an ancestor catch.
The text was updated successfully, but these errors were encountered:
Add extra exception classes in an Error.pm module.
Review the try catch blocks we have right now throughout the app.
Review how errors are logged throughout the app. Bubble up exceptions to the least amount of catch blocks we can get away with, instead of spreading catch blocks throughout the app.
The Datahub::Factory::Command::transport module currently contains several nested try...catch blocks, including different ways in which errors are caught, processed or bubble up to an ancestor catch.
The text was updated successfully, but these errors were encountered: