Exception: RHC::FileOrPathNotFound

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Direct Known Subclasses

RemoteFileOrPathNotFound

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="File, file path, or directory could not be found")
  super message
end