class Package::Package::FileAlreadyExists

This class is raised when a file already exists when trying to write.

Public Instance Methods

to_s() click to toggle source

Get a human-readable error message

# File lib/fpm/package.rb, line 24
def to_s
  return "File already exists, refusing to continue: #{super}"
end