Exception: V::ENOOP

Inherits:
ERROR
  • Object
show all
Defined in:
lib/v/errors.rb

Instance Method Summary collapse

Methods inherited from ERROR

raise

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