Sha256: 6f09bf4b202263dd735c170b11b855a97fbacaf19d8c8f98c275921af3621c01
Contents?: true
Size: 159 Bytes
Versions: 8
Compression:
Stored size: 159 Bytes
Contents
class PromiseException < StandardError attr_reader :raw_exception def initialize(raw_exception) super(nil) @raw_exception = raw_exception end end
Version data entries
8 entries across 8 versions & 1 rubygems