Sha256: d100c87c997ec2e1be236928b4a05961cf26cb53a5e3de6dca3f2f23c19ed28c

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

module Fizzy
  module Api
    module Errors
      class GraphNotFoundError < StandardError
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fizzy-api-0.1.5 lib/fizzy/api/errors/graph_not_found_error.rb