nothrowFnWrapper

Wraps a function literal into a try-catch statement.

Use this in functions called by C as exception cannot propagate there. The try-catch statement will print a warning if an exception is thrown. The try-catch statement will terminate runtime and exit program if an error is thrown.

nothrow
nothrowFnWrapper
(
alias fn
)
()

Meta