DEBSOURCES
Skip Quicknav
sources / ruby-graphql / 2.2.17-1 / lib / graphql / coercion_error.rb
12345
# frozen_string_literal: true module GraphQL class CoercionError < GraphQL::ExecutionError end end