Method: GoodData::LcmExecutionError#initialize

Defined in:
lib/gooddata/lcm/exceptions/lcm_execution_error.rb

#initialize(summary_error, message = DEFAULT_MSG) ⇒ LcmExecutionError

Returns a new instance of LcmExecutionError.

[View source]

11
12
13
14
# File 'lib/gooddata/lcm/exceptions/lcm_execution_error.rb', line 11

def initialize(summary_error, message = DEFAULT_MSG)
  super(message)
  @summary_error = summary_error
end