Exception: CodebrackerSimb::NoHintsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebracker_simb/errors/no_hints_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'You used all your hints!') ⇒ NoHintsError

Returns a new instance of NoHintsError.



5
6
7
# File 'lib/codebracker_simb/errors/no_hints_error.rb', line 5

def initialize(msg = 'You used all your hints!')
  super
end