Exception: Ray::Payloads::StopExecutionRequested

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ray/errors/stop_execution_requested.rb

Instance Method Summary collapse

Constructor Details

#initializeStopExecutionRequested

Returns a new instance of StopExecutionRequested.



4
5
6
# File 'lib/ray/errors/stop_execution_requested.rb', line 4

def initialize
  super("This error is raised because you requested to stop the execution in Ray.")
end