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