Sha256: c9bede7d8f196a322c76d181f63aff0a11324c93d4f6a3a31c693852c2d1f620
Contents?: true
Size: 148 Bytes
Versions: 3
Compression:
Stored size: 148 Bytes
Contents
class Asynchronous::Error < StandardError attr_reader :wrapped_error def initialize(wrapped_error) @wrapped_error= wrapped_error end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asynchronous-4.0.1 | lib/asynchronous/error.rb |
asynchronous-4.0.0 | lib/asynchronous/error.rb |
asynchronous-4.0.0.pre | lib/asynchronous/error.rb |