Sha256: ccbc8b2e7a9648707f751c71e126823edfe3aa8ee3f21734f03cd1a0b472891f

Contents?: true

Size: 110 Bytes

Versions: 15

Compression:

Stored size: 110 Bytes

Contents

class CrashingHandler < DispatchRider::Handlers::Base
  def process(_params)
    raise "I crashed!"
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dispatch-rider-2.1.0 spec/support/crashing_handler.rb
dispatch-rider-2.0.0 spec/support/crashing_handler.rb
dispatch-rider-1.9.0 spec/support/crashing_handler.rb
dispatch-rider-1.8.6 spec/support/crashing_handler.rb
dispatch-rider-1.8.5 spec/support/crashing_handler.rb
dispatch-rider-1.8.4 spec/support/crashing_handler.rb
dispatch-rider-1.8.3 spec/support/crashing_handler.rb
dispatch-rider-1.8.2 spec/support/crashing_handler.rb
dispatch-rider-1.8.1 spec/support/crashing_handler.rb
dispatch-rider-1.8.0 spec/support/crashing_handler.rb
dispatch-rider-1.7.2 spec/support/crashing_handler.rb
dispatch-rider-1.7.1 spec/support/crashing_handler.rb
dispatch-rider-1.7.0 spec/support/crashing_handler.rb
dispatch-rider-1.6.2 spec/support/crashing_handler.rb
dispatch-rider-1.6.1 spec/support/crashing_handler.rb