Mockingbird v0.0.2 Mockingbird.Client.Error exception

The exception that will be passed when the mocked response is requested with :error as a parameter

Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Types

t()
t() :: %Mockingbird.Client.Error{__exception__: term, message: binary}

Functions

exception(msg)
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

message(exception)
message(Exception.t) :: String.t

Callback implementation for Exception.message/1.