CreatedButModifiedException constructor

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

Implementation

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