lib/vnext_genai/graph/exceptions.ex

# ===============================================================================
# Copyright (c) 2025, Noizu Labs, Inc.
# ===============================================================================

defmodule GenAI.Graph.Exception do
  @moduledoc """
  Generic Graph Exception
  """
  defexception message: nil, details: nil
end

# end of GenAI.Graph.Exception