NotFoundException constructor

NotFoundException({
  1. required String message,
})

Implementation

NotFoundException({required super.message});