InvalidAttachmentException constructor

InvalidAttachmentException({
  1. String? message,
})

Implementation

InvalidAttachmentException({
  this.message,
});