class GraphqlDevise::AuthenticationError

Public Instance Methods

to_h() click to toggle source
Calls superclass method
# File lib/graphql_devise/errors/authentication_error.rb, line 5
def to_h
  super.merge(extensions: { code: ERROR_CODES.fetch(:authentication_error) })
end