类 RSS::ConversionError
当转换失败时抛出。
属性
from[R]
string[R]
to[R]
公共类方法
new(string, to, from) 点击以切换源代码
调用父类方法
# File rss-0.3.1/lib/rss/rss.rb, line 175 def initialize(string, to, from) @string = string @to = to @from = from super("can't convert #{@string} to #{to} from #{from}.") end