blob: 5004cd0276e92a086e0fac32acff7887fc5f7815 [file] [log] [blame]
package com.beust.jcommander;
public class ParameterException extends RuntimeException {
public ParameterException(String string) {
super(string);
}
}