onGQLError<T> abstract method
Error handling method that implementations can override
Implementation
GQLResult<T> onGQLError<T>(GQLException exception, StackTrace stackTrace);
Error handling method that implementations can override
GQLResult<T> onGQLError<T>(GQLException exception, StackTrace stackTrace);