class Microstation::ExistingFile

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/microstation/errors.rb, line 9
def initialize(path)
  msg = "File at path #{path} already exists"
  super(msg)
end