module Gem::BetterPermissionError

def data

def data
  super
rescue Errno::EACCES
  raise Bundler::PermissionError.new(loaded_from, :read)
end