class OhMyEmbed::NotFound

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/oh_my_embed.rb, line 39
def self.new(url)
  super("No embed code for this content (#{url}) found")
end