Sha256: 7a964765b74e95b3acd3a30cc7069a86e785ff9cfc56fe33dc45ffec41275a88
Contents?: true
Size: 159 Bytes
Versions: 2
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module Jackhammer class NullExceptionAdapter # does nothing with any rescued exceptions def capture(_); end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jackhammer-0.1.1 | lib/jackhammer/null_exception_adapter.rb |
jackhammer-0.1.0 | lib/jackhammer/null_exception_adapter.rb |