InvalidJobIdException constructor

InvalidJobIdException({
  1. String? message,
})

Implementation

InvalidJobIdException({
  this.message,
});