Exception: ManBook::ManPageNotFoundError

Inherits:
ConfigurationError show all
Defined in:
lib/manbook/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(man_page) ⇒ ManPageNotFoundError

Returns a new instance of ManPageNotFoundError.



18
19
20
# File 'lib/manbook/errors.rb', line 18

def initialize(man_page)
  super(man_page)
end