Exception: Campa::Error::NotFound

Inherits:
Campa::ExecutionError show all
Defined in:
lib/campa/error/not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NotFound

Returns a new instance of NotFound.



4
5
6
# File 'lib/campa/error/not_found.rb', line 4

def initialize(path)
  super "Can't find a file at: #{path}"
end