Exception: CodebrackerSimb::IntroError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebrackerSimb::IntroError
- Defined in:
- lib/codebracker_simb/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.
5 6 7 |
# File 'lib/codebracker_simb/errors/intro_error.rb', line 5 def initialize(msg = 'It could be start, rules, stats or exit!') super end |