class OnlineSim::ServerError

Public Class Methods

new(msg = 'Server error') click to toggle source
Calls superclass method
# File lib/onlinesim/error.rb, line 6
def initialize(msg = 'Server error') super(msg); end