Current section

Files

Jump to
absinthe_conn_test lib absinthe conn_test load_error.ex
Raw

lib/absinthe/conn_test/load_error.ex

defmodule Absinthe.ConnTest.LoadError do
@moduledoc "Raised when a query can't be parsed"
defexception [:message]
end