blob: c081717a14c59ae2197462ec258b5406cdaa029d [file] [log] [blame]
package com.xtremelabs.robolectric.bytecode;
import javassist.NotFoundException;
public class IgnorableClassNotFoundException extends NotFoundException {
public IgnorableClassNotFoundException(NotFoundException e) {
super("msg", e);
}
}