class MissingParamError
Public Class Methods
new(msg = 'Argument provided to function is missing')
click to toggle source
Calls superclass method
# File lib/vmfloaty/errors.rb, line 16 def initialize(msg = 'Argument provided to function is missing') super end