Method: Decanter::Core::ClassMethods#empty_args_error

Defined in:
lib/decanter/core.rb

#empty_args_errorObject

Raises:

  • (ArgumentError)


91
92
93
# File 'lib/decanter/core.rb', line 91

def empty_args_error
  raise(ArgumentError, 'Decanter has required inputs but no values were passed')
end