Raised when a conversion failure occurs.
Source: show
# File lib/rss/rss.rb, line 177 def initialize(string, to, from) @string = string @to = to @from = from super("can't convert #{@string} to #{to} from #{from}.") end