Honeybadger.ServerUnreachableError exception (Honeybadger v0.24.0)

View Source

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Honeybadger.ServerUnreachableError{
  __exception__: true,
  http_adapter: module(),
  reason: term(),
  request_url: binary()
}

Functions

message(exception)

Callback implementation for Exception.message/1.