Exception: JekyllEmbedlyPlugin::EmbedlyTagError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll-embedly-plugin.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ EmbedlyTagError

Returns a new instance of EmbedlyTagError.



147
148
149
# File 'lib/jekyll-embedly-plugin.rb', line 147

def initialize(msg)
  super(msg)
end