Use consistent first uppercase char in MD_STD reference to exception
This commit is contained in:
parent
2c1f6a0490
commit
36bdb36986
|
@ -301,7 +301,7 @@ final class MD_STD {
|
|||
public static function runCurlMulti(array $urls, int $timeout = 1200):array {
|
||||
|
||||
if (!($mh = curl_multi_init())) {
|
||||
throw new exception("Failed to set up multi handle");
|
||||
throw new Exception("Failed to set up multi handle");
|
||||
}
|
||||
|
||||
$curl_array = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user