Solid.WrongFilterArityError exception (solid v1.0.0-rc.0)

View Source

Summary

Types

t()

@type t() :: %Solid.WrongFilterArityError{
  __exception__: true,
  arity: term(),
  expected_arity: term(),
  filter: term(),
  loc: term()
}