class FlakyTester::CommandParser::Errors::UnknownPath
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/flaky_tester/command_parser/errors/unknown_path.rb, line 5 def initialize super("Path does not exist.") end