DeleteException constructor Null safety
- String reason
Thrown when the delete
function encounters an error
Implementation
DeleteException(String reason) : super(reason);
Thrown when the delete
function encounters an error
DeleteException(String reason) : super(reason);