DBDeleteException constructor

DBDeleteException(
  1. String message
)

Implementation

DBDeleteException(this.message)
    : super(
        message,
        ErrorCodes.dbDeleteCode,
      );