Moxinet.MissingMockError exception (moxinet v0.6.0)

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Moxinet.MissingMockError{
  __exception__: true,
  method: String.t(),
  path: String.t()
}

Functions

message(error)

@spec message(t()) :: String.t()

Callback implementation for Exception.message/1.