Method: Microstation::ExistingFile#initialize
- Defined in:
- lib/microstation/errors.rb
#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 |