class Rus3::OutOfRangeError

Public Class Methods

new(obj) click to toggle source
Calls superclass method
# File lib/rus3/error.rb, line 110
def initialize(obj)
  super(EMSG[:out_of_range] % smart_error_value(obj))
end