Current section
Files
Jump to
Current section
Files
lib/eventsourcingdb/errors/ping_failed.ex
defmodule EventSourcingDB.Errors.PingFailed do
defexception message: "Ping Failed: EventSourcingDB is not reachable"
@type t() :: %__MODULE__{message: String.t()}
end