| Previous | Next
FatalProvides a way to replace functions that return false on failure with equivalents that die instead, so you can use the functions without having to test the return values explicitly. Fatal reports errors via
import Fatal function Wraps function in an equivalent function that will |