Exception: OutOfBounds
- Inherits:
-
StandardError
- Object
- StandardError
- OutOfBounds
- Defined in:
- lib/rcs-common/binary.rb
Instance Method Summary collapse
-
#initialize ⇒ OutOfBounds
constructor
A new instance of OutOfBounds.
Constructor Details
#initialize ⇒ OutOfBounds
Returns a new instance of OutOfBounds.
12 13 14 |
# File 'lib/rcs-common/binary.rb', line 12 def initialize super "offset is out of bound" end |