Exception: HumanAttributes::Error::InvalidHumanizeConfig
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- HumanAttributes::Error::InvalidHumanizeConfig
- Defined in:
- lib/human_attributes/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidHumanizeConfig
constructor
A new instance of InvalidHumanizeConfig.
Constructor Details
#initialize ⇒ InvalidHumanizeConfig
Returns a new instance of InvalidHumanizeConfig.
10 11 12 |
# File 'lib/human_attributes/errors.rb', line 10 def initialize super("humanize options needs to be a Hash") end |