class OhMyEmbed::ParseError

Public Class Methods

new(provider_name, url, data_string) click to toggle source
Calls superclass method
# File lib/oh_my_embed.rb, line 57
def self.new(provider_name, url, data_string)
  super("Parsing failed for content (#{data_string}); Provider: #{provider_name}; URL: #{url}")
end