Exception: FlakyTester::CommandParser::Errors::InvalidTimes

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidTimes

Returns a new instance of InvalidTimes.



5
6
7
# File 'lib/flaky_tester/command_parser/errors/invalid_times.rb', line 5

def initialize
  super("Times is not a positive number.")
end