Exception: FlakyTester::Errors::UnknownPath
- Inherits:
-
StandardError
- Object
- StandardError
- FlakyTester::Errors::UnknownPath
- Defined in:
- lib/flaky_tester/errors/unknown_path.rb
Instance Method Summary collapse
-
#initialize ⇒ UnknownPath
constructor
A new instance of UnknownPath.
Constructor Details
#initialize ⇒ UnknownPath
Returns a new instance of UnknownPath.
4 5 6 |
# File 'lib/flaky_tester/errors/unknown_path.rb', line 4 def initialize super("Path does not exist.") end |