createException abstract method
Create the appropriate exception for this error code Return null if this provider doesn't want to handle this specific case
Implementation
GQLException? createException(
String errorCode,
String? errorMessage,
Map<String, dynamic>? extensions,
);