class Paramore::NilParameter

Public Class Methods

new(param_name) click to toggle source
Calls superclass method
# File lib/paramore/errors.rb, line 2
def initialize(param_name)
  super("Received a nil `#{param_name}`, but it's type is non nullable!")
end