fromException method

AtException fromException(
  1. AtException atException
)

Implementation

AtException fromException(AtException atException) {
  _traceStack = atException._traceStack;
  return atException;
}