Sha256: 540f82865a924748e8b602a8d1300c297ce2a17b4bb61fa04e09744ed8f2f901

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

module Ray
  module Payloads
    class StopExecutionRequested < StandardError
      def initialize
        super("This error is raised because you requested to stop the execution in Ray.")
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-ray-0.4.1 lib/ray/errors/stop_execution_requested.rb
ruby-ray-0.4.0 lib/ray/errors/stop_execution_requested.rb
ruby-ray-0.3.0 lib/ray/errors/stop_execution_requested.rb
ruby-ray-0.2.0 lib/ray/errors/stop_execution_requested.rb