Exception: Rwsc::ArgError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rwsc/arg_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ArgError

Returns a new instance of ArgError.



5
6
7
# File 'lib/rwsc/arg_error.rb', line 5

def initialize(msg)
  super(msg)
end