We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c0277 commit c55b040Copy full SHA for c55b040
src/main/java/com/stripe/StripeEventHandler.java
@@ -35,7 +35,7 @@ public <T extends EventNotification> StripeEventHandler register(
35
* @param sigHeader the incoming webhook signature header
36
* @throws SignatureVerificationException if the validation of the webhook signature fails
37
* @throws IllegalArgumentException if no handler is registered for the event type
38
- * @throws Exception any other exception that the registered handler might throw
+ * @throws * any other exception that the registered handler might throw
39
*/
40
@SuppressWarnings("unchecked")
41
public void handle(String webhookBody, String sigHeader) throws SignatureVerificationException {
0 commit comments