class GoodData::LcmExecutionWarning
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_warning.rb, line 10 def initialize(summary_error, message = DEFAULT_MSG) super(message) @summary_error = summary_error end