Current section

Files

Jump to
keyword_lens lib invalid_path_error.ex
Raw

lib/invalid_path_error.ex

defmodule KeywordLens.InvalidPathError do
defexception message:
"a KeywordLens requires that each key in the path points " <>
"to a map until the last key in the path. It looks like your path is too long, please check"
end