Exception: Bookbinder::CodeExampleReader::InvalidSnippet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bookbinder/code_example_reader.rb

Instance Method Summary collapse

Constructor Details

#initialize(repo, marker) ⇒ InvalidSnippet

Returns a new instance of InvalidSnippet.



4
5
6
# File 'lib/bookbinder/code_example_reader.rb', line 4

def initialize(repo, marker)
  super "Error with marker #{marker} in #{repo}."
end