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