class Muwu::ProjectException::SubcontentsWillBeGeneratedAutomatically

Public Class Methods

new(index) click to toggle source
# File lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb, line 6
def initialize(index)
  @index = index
end

Public Instance Methods

report() click to toggle source
# File lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb, line 11
def report
  "Subcontents will be generated automatically. Ignoring outline directive (document #{@index})."
end
type() click to toggle source
# File lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb, line 16
def type
  :warning
end