Exception: Kdeploy::FileNotFoundError
- Defined in:
- lib/kdeploy/errors.rb
Overview
Raised when file operation fails
Instance Method Summary collapse
-
#initialize(file_path) ⇒ FileNotFoundError
constructor
A new instance of FileNotFoundError.
Constructor Details
#initialize(file_path) ⇒ FileNotFoundError
Returns a new instance of FileNotFoundError.
60 61 62 |
# File 'lib/kdeploy/errors.rb', line 60 def initialize(file_path) super("File not found: #{file_path}") end |