Raised when an unknown conversion error occurs.

Methods
N
Attributes
[R] from
[R] to
Class Public methods
new(to, from)
# File ../ruby/lib/rss/rss.rb, line 149
def initialize(to, from)
  @to = to
  @from = from
  super("can't convert to #{to} from #{from}.")
end