DaktelaException constructor Null safety

DaktelaException(
  1. int statusCode,
  2. String message
)

Implementation

DaktelaException(this.statusCode, this.message);