class Habluhablu::WrongSymbolError
Cutom error with helpful message
Public Class Methods
new(language)
click to toggle source
Calls superclass method
# File lib/habluhablu.rb, line 12 def initialize(language) super("Wrong language symbol: #{language}!") end