CustomHealthNotFound constructor

CustomHealthNotFound({
  1. String? type,
  2. String? message,
})

Implementation

CustomHealthNotFound({String? type, String? message})
    : super(type: type, code: 'CustomHealthNotFound', message: message);