fromException method

AtException fromException(
  1. AtException atException
)
inherited

Implementation

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