class Campa::Error::NotFound

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/campa/error/not_found.rb, line 4
def initialize(path)
  super "Can't find a file at: #{path}"
end