Packages

Seraphine is an API library for the Riot Games API. For the League of Legends and VALORANT part of the API only.

Current section

Files

Jump to
seraphine lib seraphine api api_error.ex
Raw

lib/seraphine/api/api_error.ex

defmodule Seraphine.Api.ApiError do
@moduledoc """
An unknown error has occurred.
"""
defexception message: "Unknown error, probably communication related/timeout related."
end