Exception: OnlineSim::ServerError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/onlinesim/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Server error') ⇒ ServerError

Returns a new instance of ServerError.



6
# File 'lib/onlinesim/error.rb', line 6

def initialize(msg = 'Server error') super(msg); end