Change error message
This commit is contained in:
parent
b37682d863
commit
27519273e5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue