class OhMyEmbed::ProviderNotFound

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/oh_my_embed.rb, line 33
def self.new(url)
  super("No provider found for given content_url (#{url}). Do you have registered the associated provider?")
end