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