AgentError constructor

AgentError(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

AgentError(this.error, this.stackTrace);