class Gameball::GameballError

Public Class Methods

new(msg = "Something went wrong while authorizing your request") click to toggle source
Calls superclass method
# File lib/gameball/exceptions/gameballException.rb, line 3
def initialize(msg = "Something went wrong while authorizing your request")
  super(msg)
end