Exception: Rus3::OutOfRangeError
- Defined in:
- lib/rus3/error.rb
Constant Summary
Constants inherited from Error
Constants included from EmptyList
Instance Method Summary collapse
-
#initialize(obj) ⇒ OutOfRangeError
constructor
A new instance of OutOfRangeError.
Methods inherited from Error
Methods included from EmptyList
Constructor Details
#initialize(obj) ⇒ OutOfRangeError
Returns a new instance of OutOfRangeError.
110 111 112 |
# File 'lib/rus3/error.rb', line 110 def initialize(obj) super(EMSG[:out_of_range] % smart_error_value(obj)) end |