We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782636e commit fe02310Copy full SHA for fe02310
1 file changed
user_guide_src/source/models/model/073.php
@@ -4,7 +4,7 @@
4
$account->balance -= 100;
5
6
if (! $model->save($account)) {
7
- throw new RuntimeException('Unable to save the account.');
+ throw new \RuntimeException('Unable to save the account.');
8
}
9
10
return true;
0 commit comments