class Macros4Cuke::SupportFileExists

Public Class Methods

new(aDirPath) click to toggle source
Calls superclass method Macros4Cuke::CmdLineError::new
# File lib/macros4cuke/exceptions.rb, line 29
def initialize(aDirPath)
  msg = "The file '#{aDirPath}' already exists."
  super(msg)
end