W3cubDocs

/Elixir 1.6

FunctionClauseError exception

Summary

Functions

blame(exception, stacktrace)

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

exception(args)

Callback implementation for Exception.exception/1

message(exception)

Callback implementation for Exception.message/1

Functions

blame(exception, stacktrace)

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.

exception(args)

Callback implementation for Exception.exception/1.

message(exception)

Callback implementation for Exception.message/1.

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.6.0/FunctionClauseError.html