Sha256: 780ce1147ecf8d34fb50134f4b30ba2c3b670a92c5dc4f5de5f096817875e41c

Contents?: true

Size: 176 Bytes

Versions: 4

Compression:

Stored size: 176 Bytes

Contents

module Gameball
  class GameballError < StandardError
    def initialize(msg = "Something went wrong while authorizing your request")
      super(msg)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alphaSDK-0.2.6 lib/gameball/exceptions/gameballException.rb
alphaSDK-0.2.5 lib/gameball/exceptions/gameballException.rb
alphaSDK-0.2.4 lib/gameball/exceptions/gameballException.rb
alphaSDK-0.0.3 lib/gameball/exceptions/gameballException.rb