Exception: Citrus::NotFoundError
- Inherits:
-
StandardError
- Object
- RuntimeError
- StandardError
- Citrus::NotFoundError
- Defined in:
- lib/citrus/exceptions.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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 |