Sha256: b5740f7318e861cdacc37c9d46c6c824b4faef0115477c10fa62822be3c1ab8e
Contents?: true
Size: 215 Bytes
Versions: 9
Compression:
Stored size: 215 Bytes
Contents
# encoding: UTF-8 module GoodData class UserInDifferentDomainError < RuntimeError DEFAULT_MSG = 'User is already in different domain' def initialize(msg = DEFAULT_MSG) super(msg) end end end
Version data entries
9 entries across 9 versions & 1 rubygems