Sha256: 35d8a8ac7dba6ad935fe323d7213d8cd06654685a5536bcae1ce5fa20843c970
Contents?: true
Size: 210 Bytes
Versions: 26
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true module GraphqlDevise class AuthenticationError < ExecutionError def to_h super.merge(extensions: { code: ERROR_CODES.fetch(:authentication_error) }) end end end
Version data entries
26 entries across 26 versions & 1 rubygems