Exception: RHC::FileOrPathNotFound
- Defined in:
- lib/rhc/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "File, file path, or directory could not be found") ⇒ FileOrPathNotFound
constructor
A new instance of FileOrPathNotFound.
Constructor Details
#initialize(message = "File, file path, or directory could not be found") ⇒ FileOrPathNotFound
Returns a new instance of FileOrPathNotFound.
258 259 260 |
# File 'lib/rhc/exceptions.rb', line 258 def initialize(="File, file path, or directory could not be found") super end |