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