Exception: CodebrackerSimb::IntroError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebracker_simb/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.



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