StandardError
This class is raised when a file already exists when trying to write.
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