BDLogError constructor
BDLogError(
- Object exception,
- StackTrace stackTrace
Create a new instance of BDLogError.
Implementation
BDLogError(this.exception, this.stackTrace);
Create a new instance of BDLogError.
BDLogError(this.exception, this.stackTrace);