• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stripe / stripe-java / #15597

07 Mar 2024 11:59PM CUT coverage: 13.551%. Remained the same
#15597

push

github

helenye-stripe
Bump version to 24.20.0-beta.1

17919 of 132234 relevant lines covered (13.55%)

0.14 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/stripe/exception/oauth/InvalidScopeException.java
1
package com.stripe.exception.oauth;
2

3
/** InvalidScopeException is raised when an invalid scope parameter is provided. */
4
public class InvalidScopeException extends OAuthException {
5
  private static final long serialVersionUID = 2L;
6

7
  public InvalidScopeException(
8
      String code, String description, String requestId, Integer statusCode, Throwable e) {
9
    super(code, description, requestId, statusCode, e);
×
10
  }
×
11
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc