MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / InvalidDurationException

Class InvalidDurationException

data/java/04_exceptions.java:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class InvalidDurationException extends Exception {
2 InvalidDurationException(String message) {
3 super(message);
4 }
5}
6
7class ExceptionsDemo {
8 static double calculateWpm(int words, int seconds) throws InvalidDurationException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected