class Habluhablu::GemI18nError

Cutom error with helpful message

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/habluhablu.rb, line 26
def initialize
  super("Install I18n gem!")
end