class ChefApply::LicenseCheckFailed

Public Class Methods

new() click to toggle source
Calls superclass method ChefApply::Error::new
# File lib/chef_apply/cli.rb, line 343
def initialize(); super("CHEFLIC001"); end