class Dotbot::DoesNotExistError

Public Instance Methods

help_text(filename) click to toggle source
# File lib/dotbot/errors.rb, line 30
    def help_text(filename)
      <<~HEREDOC
        💀  Target file not found!  💀
        -----------------------

        It looks like #{filename} couldn't be found.

      HEREDOC
    end