DBException constructor

DBException(
  1. String message,
  2. String code
)

Implementation

DBException(this.message, this.code) : super(code);