class GoodData::UserInDifferentDomainError
Constants
- DEFAULT_MSG
Public Class Methods
Source
# File lib/gooddata/exceptions/user_in_different_domain.rb, line 11 def initialize(msg = DEFAULT_MSG) super(msg) end
Calls superclass method