Method: GoodData::LcmExecutionError#initialize
- Defined in:
- lib/gooddata/lcm/exceptions/lcm_execution_error.rb
permalink #initialize(summary_error, message = DEFAULT_MSG) ⇒ LcmExecutionError
Returns a new instance of LcmExecutionError.
11 12 13 14 |
# File 'lib/gooddata/lcm/exceptions/lcm_execution_error.rb', line 11 def initialize(summary_error, = DEFAULT_MSG) super() @summary_error = summary_error end |