Current section

Files

Jump to
planetside_api lib ps2 api errors query_error.ex
Raw

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