
com.github.switcherapi.client.exception.SwitcherInvalidOperationInputException Maven / Gradle / Ivy
package com.github.switcherapi.client.exception;
/**
* @author Roger Floriano (petruki)
* @since 2019-12-24
*/
public class SwitcherInvalidOperationInputException extends SwitcherException {
public SwitcherInvalidOperationInputException(final String operation) {
super(String.format("Number of values received is not valid for [%s] operation", operation), null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy