NotFoundException constructor Null safety
Implementation
NotFoundException({String? type, String? message})
: super(type: type, code: 'NotFoundException', message: message);
NotFoundException({String? type, String? message})
: super(type: type, code: 'NotFoundException', message: message);