Packages

Mojito client but with castore updated, forked from https://github.com/surgeventures/mojito

Current section

Files

Jump to
mojito_fresha lib mojito error.ex
Raw

lib/mojito/error.ex

defmodule Mojito.Error do
@moduledoc false
defstruct [:reason, :message]
@type t :: Mojito.error()
end