Exception: ChefLicensing::FeatureNotEntitled

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  super || "Feature not entitled"
end