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 6f7e1ea commit 8912815Copy full SHA for 8912815
src/Amount.php
@@ -37,7 +37,7 @@ public function set($amount, $currency)
37
}
38
39
if(!isset(Catalogs\CURRENCIES[$currency])) {
40
- throw new \Exception('$currency don\'t exists.');
+ throw new \Exception('$currency doesn\'t exists.');
41
42
43
if(Catalogs\CURRENCIES[$currency][1] < 0) {
0 commit comments