ExFairness.Error exception (ExFairness v0.5.1)

View Source

Custom error for ExFairness operations.

Summary

Functions

Creates a new ExFairness error with the given message.

Functions

exception(msg)

@spec exception(String.t()) :: %ExFairness.Error{
  __exception__: true,
  message: String.t()
}

Creates a new ExFairness error with the given message.