Exception: MissingParamError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vmfloaty/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Argument provided to function is missing") ⇒ MissingParamError

Returns a new instance of MissingParamError.



14
15
16
# File 'lib/vmfloaty/errors.rb', line 14

def initialize(msg="Argument provided to function is missing")
  super
end