Exception: ChefLicensing::UnsupportedContentType

Inherits:
Error
  • Object
show all
Defined in:
lib/chef-licensing/exceptions/unsupported_content_type.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/chef-licensing/exceptions/unsupported_content_type.rb', line 5

def message
  super || "Unsupported content type"
end