Exception: Papers::FileExistsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/papers/manifest_generator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FileExistsError

Returns a new instance of FileExistsError.



10
11
12
13
# File 'lib/papers/manifest_generator.rb', line 10

def initialize(path)
  @manifest_path = path
  super
end

Instance Attribute Details

#manifest_pathObject (readonly)

Returns the value of attribute manifest_path.



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

def manifest_path
  @manifest_path
end