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