Top Level Namespace

Defined in:

Method Summary

Method Detail

def catch(value : T, &) forall T #

[View source]
def raise(exception : ThrowError(T)) : NoReturn forall T #

This is similar to raise(Exception) except that it doesn't compute a callstack.


[View source]
def throw(value) #

[View source]