class Jekyll::GlossaryTooltip::Errors::MissingTermEntry

Public Class Methods

new(term_name) click to toggle source
Calls superclass method
# 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