class RHC::RemoteFileOrPathNotFound
Public Class Methods
new(message="Remote File, file path, or directory could not be found")
click to toggle source
Calls superclass method
RHC::FileOrPathNotFound::new
# File lib/rhc/exceptions.rb, line 300 def initialize(message="Remote File, file path, or directory could not be found") super message end