Exception: PermitParams::MissingParameterError

Inherits:
InvalidParameterError show all
Defined in:
lib/permit_params.rb

Overview

Raised when a field marked required: true has no value and no default:. Always a subclass of InvalidParameterError, so existing rescue PermitParams::InvalidParameterError code keeps working unchanged if you don't care about the distinction.

Instance Attribute Summary

Attributes inherited from InvalidParameterError

#options, #param