Current section
Files
Jump to
Current section
Files
lib/invalid_reducing_function_error.ex
defmodule KeywordLens.InvalidReducingFunctionError do
defexception message: "The reducing function should return {:cont, term} or {:halt, term}"
end