Exception: ChefLicensing::DescribeError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  super || "License Describe API failure"
end