Exception: Citrus::NotFoundError

Inherits:
StandardError show all
Defined in:
lib/citrus/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ NotFoundError

Returns a new instance of NotFoundError.



28
29
30
# File 'lib/citrus/exceptions.rb', line 28

def initialize(file)
  super("No such file or directory - #{file}")
end