Current section

Files

Jump to
genai_core lib vnext_genai graph exceptions.ex
Raw

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