# File lib/bundler_ext/bundler_ext.rb, line 26
  def self.strict_error(msg)
    if ENV['BUNDLER_EXT_NOSTRICT']
      puts msg
    else
      raise msg
    end
  end