StandardError
# File lib/scraper/reader.rb, line 49 def initialize(cause = nil) @cause = cause end
# File lib/scraper/reader.rb, line 53 def to_s @cause ? "#{super}: #{@cause}" : super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.