Current section

Files

Jump to
pushover lib pushover errors authentication_error.ex
Raw

lib/pushover/errors/authentication_error.ex

defmodule Pushover.AuthenticationError do
@moduledoc """
Failure to properly authenticate yourself in the request.
"""
defexception type: "authentication_error", message: nil
end