Exception: GoodData::UserInDifferentDomainError

Inherits:
RuntimeError
  • Object
show all
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

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