package org.robolectric.manifest;

public class RoboNotFoundException extends Exception {
  public RoboNotFoundException(String name) {
    super(name);
  }
}
