Current section
Files
Jump to
Current section
Files
lib/absinthe/conn_test/load_error.ex
defmodule Absinthe.ConnTest.LoadError do
@moduledoc "Raised when a query can't be parsed"
defexception [:message]
end