Exception: Katagen::Strategy::InvalidIndex
- Inherits:
-
StandardError
- Object
- StandardError
- Katagen::Strategy::InvalidIndex
- Defined in:
- lib/katagen/strategy/leetcode.rb
Overview
:reek:U
Instance Method Summary collapse
-
#initialize(input) ⇒ InvalidIndex
constructor
A new instance of InvalidIndex.
Constructor Details
#initialize(input) ⇒ InvalidIndex
Returns a new instance of InvalidIndex.
7 |
# File 'lib/katagen/strategy/leetcode.rb', line 7 def initialize(input) = super("#{input} is not a valid index") |