package org.rubypeople.rdt.debug.core.model; import org.rubypeople.rdt.debug.core.IRubyBreakpoint; public interface IRubyExceptionBreakpoint extends IRubyBreakpoint { }