Exception: Dotbot::DoesNotExistError
- Inherits:
-
DotbotError
- Object
- StandardError
- DotbotError
- Dotbot::DoesNotExistError
- Defined in:
- lib/dotbot/errors.rb
Instance Method Summary collapse
Methods inherited from DotbotError
Constructor Details
This class inherits a constructor from Dotbot::DotbotError
Instance Method Details
#help_text(filename) ⇒ Object
30 31 32 33 34 35 36 37 38 |
# 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 |