Exception: Factorio::NotLoginError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/factorio/mod/exception.rb

Overview

The Exception that not logged in

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'not logged in') ⇒ NotLoginError

Returns a new instance of NotLoginError.



15
16
17
# File 'lib/factorio/mod/exception.rb', line 15

def initialize(msg = 'not logged in')
  super
end