Exception: IntroError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "It could be start, rules, stats or exit!") ⇒ IntroError

Returns a new instance of IntroError.



4
5
6
# File 'lib/errors/intro_error.rb', line 4

def initialize(msg = "It could be start, rules, stats or exit!")
  super
end