Skip to content

Commit

Permalink
feat: implement granular error handling in plugin-coinbase
Browse files Browse the repository at this point in the history
  • Loading branch information
monilpat committed Jan 5, 2025
1 parent 49065e0 commit c9a1314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-coinbase/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ try {
} catch (error) {
console.error('Specific error message:', error);
// Handle specific error
}
}

0 comments on commit c9a1314

Please sign in to comment.