Packages
mojito_fresha
0.7.13
Mojito client but with castore updated, forked from https://github.com/surgeventures/mojito
Current section
Files
Jump to
Current section
Files
lib/mojito/error.ex
defmodule Mojito.Error do
@moduledoc false
defstruct [:reason, :message]
@type t :: Mojito.error()
end