Exception: LoadError

Inherits:
Exception
  • Object
show all
Defined in:
lib/chef/undev/monkey_patches/load_error.rb

Class Method Summary collapse

Class Method Details

.new(msg = nil) ⇒ Object



2
3
4
# File 'lib/chef/undev/monkey_patches/load_error.rb', line 2

def self.new(msg = nil)
  puts "Can't load gem file"
end