Exception: RHC::RemoteFileOrPathNotFound

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

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Remote File, file path, or directory could not be found") ⇒ RemoteFileOrPathNotFound

Returns a new instance of RemoteFileOrPathNotFound.



264
265
266
# File 'lib/rhc/exceptions.rb', line 264

def initialize(message="Remote File, file path, or directory could not be found")
  super message
end