Exception: Jekyll::GlossaryTooltip::Errors::MissingTermEntry

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll-glossary_tooltip/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(term_name) ⇒ MissingTermEntry

Returns a new instance of MissingTermEntry.



10
# File 'lib/jekyll-glossary_tooltip/errors.rb', line 10

def initialize(term_name); super("The term '#{term_name}' was not defined in the glossary") end