class Async::UncaughtException(T)

Defined in:

async/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(future : Async::Future(T), exception : Exception) #

[View source]

Instance Method Detail

def exception : Exception #

[View source]
def future : Async::Future(T) #

[View source]