An exception raised when a function call doesn't match any defined clause.
For example:
iex> List.duplicate(:ok, -3)
** (FunctionClauseError) no function clause matching in List.duplicate/2The following fields of this exception are public and can be accessed freely:
:module(module/0) - the module name:function(atom/0) - the function name:arity(non_neg_integer/0) - the arity of the function