Skip to content

Commit c9a1314

Browse files
committed
feat: implement granular error handling in plugin-coinbase
1 parent 49065e0 commit c9a1314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin-coinbase/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ try {
33
} catch (error) {
44
console.error('Specific error message:', error);
55
// Handle specific error
6-
}
6+
}

0 commit comments

Comments
 (0)