Exception: IntroError
- Inherits:
-
StandardError
- Object
- StandardError
- IntroError
- Defined in:
- lib/errors/intro_error.rb
Instance Method Summary collapse
-
#initialize(msg = "It could be start, rules, stats or exit!") ⇒ IntroError
constructor
A new instance of IntroError.
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 |