com.deathbycaptcha.InvalidCaptchaException Maven / Gradle / Ivy
The newest version!
package com.deathbycaptcha;
public class InvalidCaptchaException extends Exception
{
public InvalidCaptchaException(String message)
{
super(message);
}
}