blob: ae2dfbdfa1e07c5c1c971e681162e1c76e467356 [file] [log] [blame]
package org.eclipse.emf.emfstore.standalone.core.exceptions;
public class RepositoryNotFoundException extends Exception {
private static final long serialVersionUID = 1485604779291238587L;
public RepositoryNotFoundException(Throwable cause) {
super(cause);
}
}