DaktelaNotFoundException constructor Null safety

DaktelaNotFoundException(
  1. String message
)

Implementation

DaktelaNotFoundException(String message) : super(404, message);