View Source Patch.Mock.Values.Raises (patch v0.13.0)

Link to this section Summary

Link to this section Types

@type t() :: %Patch.Mock.Values.Raises{attributes: Keyword.t(), exception: module()}

Link to this section Functions

@spec advance(raises :: t()) :: t()
@spec new(message :: String.t()) :: t()
Link to this function

new(exception, attributes)

View Source
@spec new(exception :: module(), attributes :: Keyword.t()) :: t()
@spec next(raises :: t(), arguments :: [term()]) :: none()