Exception: UnMarkedUri

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/exceptions/UnMarkedUri.rb

Instance Method Summary collapse

Constructor Details

#initialize(uri, layout) ⇒ UnMarkedUri

Returns a new instance of UnMarkedUri.



2
3
4
# File 'lib/jekyll/exceptions/UnMarkedUri.rb', line 2

def initialize uri, layout
  super("The URI #{uri} is not correctly marked. Pls use the form <#{uri}> instead.\nFound in layout: '#{layout}'.")
end