class OhMyEmbed::PermissionDenied

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/oh_my_embed.rb, line 45
def self.new(url)
  super("You don't have permissions to access the embed code for this content (#{url})")
end