Change error message

This commit is contained in:
Vishnu Mohandas 2020-05-25 21:34:54 +05:30
parent b37682d863
commit 27519273e5

View file

@ -240,7 +240,7 @@ class PhotoDB {
if (rows.isNotEmpty) {
return _getPhotoFromRow(rows[0]);
} else {
throw ("No photo found in path");
throw ("No photo found in remote folder");
}
}