StandardError
This class is raised when you try to output a package to a path whose containing directory does not exist.
# File lib/fpm/package.rb, line 32 def to_s return "Parent directory does not exist: #{File.dirname(super)} - cannot write to #{super}" end