class HippieCSV::UnableToParseError
Public Class Methods
new(msg = "Something went wrong. Report this CSV: https://github.com/intercom/hippie_csv")
click to toggle source
Calls superclass method
# File lib/hippie_csv/errors.rb, line 3 def initialize(msg = "Something went wrong. Report this CSV: https://github.com/intercom/hippie_csv") super(msg) end