Sha256: c3775e2dabc6b7b25b9949eaa08db550cfd15d803bbc570d032ae19c52299985

Contents?: true

Size: 237 Bytes

Versions: 11

Compression:

Stored size: 237 Bytes

Contents

module Gameball
  class GameballError < StandardError # Custom GameballError that inherits from Ruby StandardError
    def initialize(msg = "Something went wrong while authorizing your request")
      super(msg)
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
gameball-3.1.5 lib/gameball/exceptions/gameballException.rb
gameball-3.1.4 lib/gameball/exceptions/gameballException.rb
gameball-2.1.4 lib/gameball/exceptions/gameballException.rb
gameball-2.1.3 lib/gameball/exceptions/gameballException.rb
gameball-2.1.1 lib/gameball/exceptions/gameballException.rb
gameball-2.0.1 lib/gameball/exceptions/gameballException.rb
gameball-2.0.0 lib/gameball/exceptions/gameballException.rb
gameball-1.0.1 lib/gameball/exceptions/gameballException.rb
gameball-1.0.0 lib/gameball/exceptions/gameballException.rb
alphaSDK-0.2.8 lib/gameball/exceptions/gameballException.rb
alphaSDK-0.2.7 lib/gameball/exceptions/gameballException.rb