Skip to content

Commit 95d4b78

Browse files
author
David Nahodyl
committed
added missing throw to caught exception
1 parent 3db8c8e commit 95d4b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Database/Query/FMBaseBuilder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,9 @@ public function count($columns = '*')
708708
// return 0
709709
return 0;
710710
}
711+
712+
// not a 401, so throw it
713+
throw $e;
711714
}
712715

713716
$count = $result['response']['dataInfo']['foundCount'];

0 commit comments

Comments
 (0)