Exception: FlakyTester::Errors::UnknownPath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flaky_tester/errors/unknown_path.rb

Instance Method Summary collapse

Constructor Details

#initializeUnknownPath

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