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.



16
17
18
# File 'lib/vmfloaty/errors.rb', line 16

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