Exception: Gem::FormatException
- Defined in:
- lib/rubygems/exceptions.rb
Overview
Used to raise parsing and loading errors
Instance Attribute Summary collapse
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Attributes inherited from Exception
Method Summary
Methods included from Deprecate
deprecate, skip, skip=, skip_during
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path
93 94 95 |
# File 'lib/rubygems/exceptions.rb', line 93 def file_path @file_path end |