BDLogError constructor

BDLogError(
  1. Object exception,
  2. StackTrace stackTrace
)

Create a new instance of BDLogError.

Implementation

BDLogError(this.exception, this.stackTrace);