class Dataflow::Errors::RemoteExecutionError

Public Class Methods

new(msg, backtrace) click to toggle source
Calls superclass method
# File lib/dataflow/errors/remote_execution_error.rb, line 6
def initialize(msg, backtrace)
  super(msg)
  set_backtrace(backtrace)
end