Exception: Habluhablu::GemI18nError
- Defined in:
- lib/habluhablu.rb
Overview
Cutom error with helpful message
Instance Method Summary collapse
-
#initialize ⇒ GemI18nError
constructor
A new instance of GemI18nError.
Constructor Details
#initialize ⇒ GemI18nError
Returns a new instance of GemI18nError.
33 34 35 |
# File 'lib/habluhablu.rb', line 33 def initialize super("Install I18n gem!") end |