Exception: ChefLicensing::MissingAPICredentialsError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/chef-licensing/exceptions/missing_api_credentials_error.rb', line 3

def message
  super || "Missing API credentials. Check README for more details."
end