# frozen_string_literal: true module Fizzy module Api module Errors class GraphNotFoundError < StandardError end end end end