Skip to content

Commit 3c500a2

Browse files
committed
Helpers: fixed name of exception
1 parent 7109d34 commit 3c500a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct()
1414
/**
1515
* @param mixed
1616
* @return string
17-
* @throws Exception
17+
* @throws InvalidArgumentException
1818
* @see https://api.dibiphp.com/3.0/source-Dibi.Translator.php.html#174
1919
*/
2020
public static function formatValue($value, IDriver $driver)

0 commit comments

Comments
 (0)