Exception: InputError
- Inherits:
-
StandardError
- Object
- StandardError
- InputError
- Defined in:
- lib/codebreaker/validation/errors/input_error.rb
Instance Method Summary collapse
-
#initialize ⇒ InputError
constructor
A new instance of InputError.
Constructor Details
#initialize ⇒ InputError
Returns a new instance of InputError.
4 5 6 |
# File 'lib/codebreaker/validation/errors/input_error.rb', line 4 def initialize super("Incorrect state of the game") end |