Top Level Namespace
Defined in:
Method Summary
- catch(value : T, &) forall T
-
raise(exception : ThrowError(T)) : NoReturn forall T
This is similar to
raise(Exception)
except that it doesn't compute a callstack. - throw(value)
Method Detail
def raise(exception : ThrowError(T)) : NoReturn forall T
#
This is similar to raise(Exception)
except that it doesn't compute a callstack.