Elixir v1.6.0 FunctionClauseError exception View Source

Link to this section Summary

Functions

Called from Exception.blame/3 to augment the exception struct

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Functions

Link to this function blame(exception, stacktrace) View Source

Called from Exception.blame/3 to augment the exception struct.

Can be used to collect additional information about the exception or do some additional expensive computation.

Callback implementation for Exception.blame/2.

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.