CopyException constructor Null safety
- String reason
Throw when the copy
function encounters an error.
Implementation
CopyException(String reason) : super(reason);
Throw when the copy
function encounters an error.
CopyException(String reason) : super(reason);