fromException method
AtException
fromException(
- AtException atException
inherited
Implementation
AtException fromException(AtException atException) {
_traceStack = atException._traceStack;
return atException;
}