Search
@type t() :: %Patch.Mock.Values.Raises{attributes: Keyword.t(), exception: module()}
@spec advance(raises :: t()) :: t()
@spec new(message :: String.t()) :: t()
@spec new(exception :: module(), attributes :: Keyword.t()) :: t()
@spec next(raises :: t(), arguments :: [term()]) :: none()