blob: c342cfaeee1d9282f35d4640d035dd717bba2446 [file] [log] [blame]
package org.dmlc.mxnet;
public class MxnetException extends Exception {
public MxnetException(){}
public MxnetException(String txt) {
super(txt);
}
}