EmployeeException constructor

EmployeeException({
  1. required int statusCode,
  2. String? message,
})

Implementation

EmployeeException({required this.statusCode, this.message});