Package org.jruby

Class RubyZeroDivisionError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyZeroDivisionError extends RubyStandardError
The Java representation of a Ruby ZeroDivisionError.
See Also: