Exception: RangeError
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- RangeError
- Defined in:
- error.c,
error.c
Overview
Raised when a given numerical value is out of range.
[1, 2, 3].drop(1 << 100)
raises the exception:
RangeError: bignum too big to convert into `long'
Direct Known Subclasses
Method Summary
Methods inherited from Exception
#==, #backtrace, #backtrace_locations, #cause, #exception, exception, #initialize, #inspect, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception