class GoodData::LcmExecutionError

Constants

DEFAULT_MSG

Attributes

summary_error[R]

Public Class Methods

new(summary_error, message = DEFAULT_MSG) click to toggle source
Calls superclass method
# 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