Current section
Files
Jump to
Current section
Files
lib/ps2/api/errors/query_error.ex
defmodule PS2.API.Query.Error do
@moduledoc false
defexception message: "A problem occured while constructing the query."
@type t() :: %__MODULE__{message: String.t()}
end