Exception: Habluhablu::GemI18nError

Inherits:
Error
  • Object
show all
Defined in:
lib/habluhablu.rb

Overview

Cutom error with helpful message

Instance Method Summary collapse

Constructor Details

#initializeGemI18nError

Returns a new instance of GemI18nError.



33
34
35
# File 'lib/habluhablu.rb', line 33

def initialize
  super("Install I18n gem!")
end