Sha256: 3b093f15d6f5bf49c29b8ed8e3fd7f6df60d3f4d48d30fe12c64ac44191d02bb

Contents?: true

Size: 128 Bytes

Versions: 9

Compression:

Stored size: 128 Bytes

Contents

require 'base_worker'

class BarWorker < BaseWorker

  def perform
    raise "Raising my exception #{self.class.name}"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
modern_times-0.2.11 examples/exception_test/bar_worker.rb
modern_times-0.2.10 examples/exception_test/bar_worker.rb
modern_times-0.2.9 examples/exception_test/bar_worker.rb
modern_times-0.2.8 examples/exception_test/bar_worker.rb
modern_times-0.2.7 examples/exception_test/bar_worker.rb
modern_times-0.2.6 examples/exception_test/bar_worker.rb
modern_times-0.2.5 examples/exception_test/bar_worker.rb
modern_times-0.2.4 examples/exception_test/bar_worker.rb
modern_times-0.2.3 examples/exception_test/bar_worker.rb