class Mirah::Errors::InvalidParameter
A parameter you supplied as an input was not valid for the query. An error class that shows the record was invalid
Attributes
param[R]
Public Class Methods
new(param)
click to toggle source
# File lib/mirah/errors.rb, line 20 def initialize(param) @param = param end