blob: eeded52aad2ee9541b080e665b7d41ef26016c1e [file] [log] [blame]
package com.intellij.remotesdk;
/**
* @author traff
*/
public class RemoteCancelledException extends RemoteInterpreterException {
public RemoteCancelledException(String s) {
super(s);
}
}