Exception: V::ENOOP
Instance Method Summary collapse
-
#initialize(op_sym) ⇒ ENOOP
constructor
A new instance of ENOOP.
Methods inherited from ERROR
Constructor Details
#initialize(op_sym) ⇒ ENOOP
Returns a new instance of ENOOP.
20 21 22 |
# File 'lib/v/errors.rb', line 20 def initialize(op_sym) super "undefined operation `#{ op_sym }'" end |