Sha256: cdc9d92cb375484b7c6ef2e9d93f6b4bd8b089c0beb45dfe4653da8fd0a1d1ed
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
class Dreamcatcher::ExceptionContext attr_reader :exception, :log_entries, :other, :timestamp def initialize(exception, log_entries, other = {}) @exception, @log_entries, @other = exception, log_entries, other @timestamp = Time.now end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dreamcatcher-0.0.1 | lib/dreamcatcher/exception_context.rb |