Sha256: b463b8cc9196fe9197be61d2fd74cbccefb58d0c6e5208132e8257f8ab2817f5

Contents?: true

Size: 783 Bytes

Versions: 44

Compression:

Stored size: 783 Bytes

Contents

# frozen_string_literal: true

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

module Gapic
  module GrpcServiceConfig
    ##
    # Represents an error occuring during the GRPC config parsing
    #
    class ParsingError < StandardError
    end
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
gapic-generator-0.1.3 lib/gapic/grpc_service_config/parsing_error.rb
gapic-generator-0.1.2 lib/gapic/grpc_service_config/parsing_error.rb
gapic-generator-0.1.1 lib/gapic/grpc_service_config/parsing_error.rb
gapic-generator-0.1.0 lib/gapic/grpc_service_config/parsing_error.rb