Class: Muwu::ProjectException::DryOutputRecommendedWithMultipleDocuments

Inherits:
Object
  • Object
show all
Defined in:
lib/muwu/project_exception/dry_output_recommended_with_multiple_documents.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



6
7
8
# File 'lib/muwu/project_exception/dry_output_recommended_with_multiple_documents.rb', line 6

def report
  "Shared assets will be embedded. Including `css` and `js` in `output_formats` is recommended with multiple documents."
end

#typeObject



11
12
13
# File 'lib/muwu/project_exception/dry_output_recommended_with_multiple_documents.rb', line 11

def type
  :warning
end