Moxinet.UnusedExpectationsError exception (moxinet v0.6.0)

Summary

Types

t()

@type t() :: %Moxinet.UnusedExpectationsError{
  __exception__: true,
  signatures: [Moxinet.SignatureStorage.Signature.t()],
  test_pid: pid()
}

Functions

message(unused_expectations_error)

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

Callback implementation for Exception.message/1.