InternalServerException constructor

InternalServerException({
  1. int? code,
  2. String? message,
})

Implementation

InternalServerException({
  this.code,
  this.message,
});