class ManBook::ManPageNotFoundError

Public Class Methods

new(man_page) click to toggle source
Calls superclass method ManBook::ConfigurationError::new
# File lib/manbook/errors.rb, line 18
def initialize(man_page)
  super(man_page)
end