Exception: OutOfBoundsString
- Inherits:
-
StandardError
- Object
- StandardError
- OutOfBoundsString
- Defined in:
- lib/rcs-common/binary.rb
Instance Method Summary collapse
-
#initialize ⇒ OutOfBoundsString
constructor
A new instance of OutOfBoundsString.
Constructor Details
#initialize ⇒ OutOfBoundsString
Returns a new instance of OutOfBoundsString.
18 19 20 |
# File 'lib/rcs-common/binary.rb', line 18 def initialize super "string too long, out of bound" end |