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