error_handler

error_handler

Module

error_handler

Module summary

Default system error handler.

Description

This module defines what happens when certain types of errors occur.

Exports

raise_undef_exception(Module, Function, Args) -> no_return()

Types:

A (possibly empty) list of arguments
Module = Function = atom()
Args = list()
Arg1,..,ArgN

Raises an undef exception with a stacktrace, indicating that Module:Function/N is undefined.

undefined_function(Module, Function, Args) -> any()

Types:

A (possibly empty) list of arguments
Module = Function = atom()
Args = list()
Arg1,..,ArgN

This function is called by the runtime syst