class Headown::NotMarkdownError
Public Class Methods
new(file_path:)
click to toggle source
Calls superclass method
# File lib/headown.rb, line 7 def initialize(file_path:) msg = "#{file_path} is not a Markdown file." super(msg) end