Class CatchThrow

All Implemented Interfaces:
Serializable, Unrescuable
Direct Known Subclasses:
RubyContinuation.Continuation

public class CatchThrow extends RuntimeException implements Unrescuable
A flow-control exception used internally for Ruby's catch/throw functionality.
See Also: