Exception: GoodData::MalformedUserError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gooddata/exceptions/malformed_user.rb

Constant Summary collapse

DEFAULT_MSG =
'User is malformed'

Instance Method Summary collapse

Constructor Details

#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