Exception: Fc2Get::FileExists

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/fc2_get.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathObject (readonly)

Returns the value of attribute path.



8
9
10
# File 'lib/fc2_get.rb', line 8

def path
  @path
end