lib/verifying_double_error.ex

defmodule VerifyingDoubleError do
  defexception message: "The stubbed function is not defined in the source module."
end