
com.github.switcherapi.client.exception.SwitcherInvalidStrategyException Maven / Gradle / Ivy
package com.github.switcherapi.client.exception;
/**
* @author Roger Floriano (petruki)
* @since 2019-12-24
*/
public class SwitcherInvalidStrategyException extends SwitcherException {
public SwitcherInvalidStrategyException(final String strategyName) {
super(String.format("Invalid strategy %s", strategyName), null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy