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.
26 27 28 |
# File 'lib/habluhablu.rb', line 26 def initialize super("Install I18n gem!") end |