class GoodData::LcmExecutionWarning
Constants
- DEFAULT_MSG
Attributes
Public Class Methods
Source
# 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
Calls superclass method