Exception: HumanAttributes::Error::MissingFormatterOption

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/human_attributes/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingFormatterOption

Returns a new instance of MissingFormatterOption.



22
23
24
# File 'lib/human_attributes/errors.rb', line 22

def initialize
  super("custom type needs formatter option with a proc")
end