Exception: MissingImplementation

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/vex/base/invalid_argument/invalid_argument.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ MissingImplementation

Returns a new instance of MissingImplementation.



32
33
34
# File 'lib/vex/base/invalid_argument/invalid_argument.rb', line 32

def initialize(*args)
  super ArgumentError.message("Missing options", *args)
end