All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.switcherapi.client.exception.SwitcherInvalidValidatorException Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.github.switcherapi.client.exception;

/**
 * @author Roger Floriano (petruki)
 * @since 2019-12-24
 */
public class SwitcherInvalidValidatorException extends SwitcherException {

	public SwitcherInvalidValidatorException(final String strategyName) {
		super(String.format("Invalid validator class %s", strategyName), null);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy