Exception: OutOfBounds

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rcs-common/binary.rb

Instance Method Summary collapse

Constructor Details

#initializeOutOfBounds

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