class Muwu::ProjectException::MultipleDocumentsOutlinedWithStdout

Public Instance Methods

report() click to toggle source
# File lib/muwu/project_exception/multiple_documents_outlined_with_stdout.rb, line 6
def report
  'The output destination `stdout` can only accommodate a single outlined document.'
end
type() click to toggle source
# File lib/muwu/project_exception/multiple_documents_outlined_with_stdout.rb, line 11
def type
  :fatal
end