class CurrencyParser::Error

A general CurrencyParser exception.

Public Class Methods

new(msg = "Boom Shakalaka!! You've triggered a click to toggle source
Calls superclass method
# File lib/currency_parser/errors.rb, line 6
def initialize(msg = "Boom Shakalaka!! You've triggered a #{self}")
  super
end