onGQLError<T> abstract method

GQLResult<T> onGQLError<T>(
  1. GQLException exception,
  2. StackTrace stackTrace
)

Error handling method that implementations can override

Implementation

GQLResult<T> onGQLError<T>(GQLException exception, StackTrace stackTrace);