Exception: GoodData::UserInDifferentDomainError
- Defined in:
- lib/gooddata/exceptions/user_in_different_domain.rb
Constant Summary collapse
- DEFAULT_MSG =
'User is already in different domain'
Instance Method Summary collapse
-
#initialize(msg = DEFAULT_MSG) ⇒ UserInDifferentDomainError
constructor
A new instance of UserInDifferentDomainError.
Constructor Details
#initialize(msg = DEFAULT_MSG) ⇒ UserInDifferentDomainError
Returns a new instance of UserInDifferentDomainError.
11 12 13 |
# File 'lib/gooddata/exceptions/user_in_different_domain.rb', line 11 def initialize(msg = DEFAULT_MSG) super(msg) end |