translateException static method

Object translateException(
  1. GraphOperation operation,
  2. dynamic input,
  3. OperationException error
)

Implementation

static Object translateException(GraphOperation operation, dynamic input, OperationException error) {
  return _exceptionTranslater(operation, input, error);
}