Sha256: 1e805f0b70766fe3847ef2286c35139a0bd047e83c1296f2705bbf4fc98a23c3
Contents?: true
Size: 168 Bytes
Versions: 20
Compression:
Stored size: 168 Bytes
Contents
module GraphqlDevise class UserError < GraphQL::ExecutionError def to_h super.merge(extensions: { code: ERROR_CODES.fetch(:user_error) }) end end end
Version data entries
20 entries across 20 versions & 1 rubygems