Exception: Fc2Get::FileExists
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Fc2Get::FileExists
- Defined in:
- lib/fc2_get.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(msg, path) ⇒ FileExists
constructor
A new instance of FileExists.
Constructor Details
#initialize(msg, path) ⇒ FileExists
Returns a new instance of FileExists.
9 10 11 12 |
# File 'lib/fc2_get.rb', line 9 def initialize msg, path super msg @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
8 9 10 |
# File 'lib/fc2_get.rb', line 8 def path @path end |