类 Gem::Package::FormatError
属性
公共类方法
来源
# File lib/rubygems/package.rb, line 59 def initialize(message, source = nil) if source @path = source.is_a?(String) ? source : source.path message += " in #{path}" if path end super message end
调用父类方法
Exception::new