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

IQSS / dataverse / #22002

01 Apr 2024 07:56PM CUT coverage: 20.716% (+0.5%) from 20.173%
#22002

push

github

web-flow
Merge pull request #10453 from IQSS/develop

Merge 6.2 into master

704 of 2679 new or added lines in 152 files covered. (26.28%)

81 existing lines in 49 files now uncovered.

17160 of 82836 relevant lines covered (20.72%)

0.21 hits per line

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

0.0
/src/main/java/edu/harvard/iq/dataverse/engine/command/exception/RateLimitCommandException.java
1
package edu.harvard.iq.dataverse.engine.command.exception;
2

3
import edu.harvard.iq.dataverse.engine.command.Command;
4

5
/**
6
 * An exception raised when a command cannot be executed, due to the
7
 * issuing user being rate limited.
8
 *
9
 * @author
10
 */
11
public class RateLimitCommandException extends CommandException {
12

13
    public RateLimitCommandException(String message, Command aCommand) {
NEW
14
        super(message, aCommand);
×
NEW
15
    }
×
16
}
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