
ru.taskurotta.recipes.calculate.RandomDeciderException Maven / Gradle / Ivy
The newest version!
package ru.taskurotta.recipes.calculate;
/**
* User: dimadin
* Date: 22.10.13 12:49
*/
public class RandomDeciderException extends RandomException {
public RandomDeciderException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy