error_handler

error_handler

Module

error_handler

Module summary

Default System Error Handler

Description

The error handler module defines what happens when certain types of errors occur.

Exports

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 run-time system if a call is made to Module:Function(Arg1,.., ArgN) and Module:Function/N is undefined. Note that undefined_function/3 is evaluated inside the process making the original call.

This function will first attempt to autoload Module. If that is not possible, an undef e