class Ray::Payloads::StopExecutionRequested
Public Class Methods
new()
click to toggle source
Calls superclass method
# 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