Class: Microstation::ExistingFile
Instance Method Summary collapse
-
#initialize(path) ⇒ ExistingFile
constructor
A new instance of ExistingFile.
Constructor Details
#initialize(path) ⇒ ExistingFile
Returns a new instance of ExistingFile.
7 8 9 10 |
# File 'lib/microstation/errors.rb', line 7 def initialize(path) msg = "File at path #{path} already exists" super(msg) end |