blob: 9022c366df85065c8efd4fd9f66556dcf6b4d7d7 [file] [log] [blame]
package org.eclipse.dltk.ruby.internal.debug.ui.actions;
import org.eclipse.dltk.debug.ui.actions.AddExceptionAction;
import org.eclipse.dltk.ruby.debug.RubyDebugConstants;
public class AddRubyExceptionAction extends AddExceptionAction {
protected String getDebugModelId() {
return RubyDebugConstants.DEBUG_MODEL_ID;
}
}