All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robolectric.manifest.RoboNotFoundException Maven / Gradle / Ivy

package org.robolectric.manifest;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy