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