Exception: ChefLicensing::LicenseFileCorrupted

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  super || "License file contents are corrupted"
end