class HumanAttributes::Error::MissingFormatterOption
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 22 def initialize super("custom type needs formatter option with a proc") end