Exception: Macros4Cuke::SupportFileExists

Inherits:
CmdLineError show all
Defined in:
lib/macros4cuke/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(aDirPath) ⇒ SupportFileExists

Returns a new instance of SupportFileExists.



29
30
31
32
# File 'lib/macros4cuke/exceptions.rb', line 29

def initialize(aDirPath)
  msg = "The file '#{aDirPath}' already exists."
  super(msg)
end