FileWriteException constructor
Implementation
FileWriteException({required String filePath, required String details})
: super(
'Oops! We encountered an issue while writing to the file at path: '
'$filePath'
'Details: $details',
);