Browse
For agents
About
HubSpot All-In-One Marketing – Forms, Popups, Live Chat
/
11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat
v11.3.75
Switch version
11.3.75
11.3.73
11.3.71
11.3.70
11.3.69
11.3.64
11.3.65
11.3.62
11.3.61
11.3.56
11.3.58
11.0.31
11.0.52
11.0.54
11.0.56
11.0.58
11.0.7
11.1.10
11.1.11
11.1.13
11.1.14
11.1.15
11.1.2
11.1.20
11.1.21
All 73 releases
Overview
Code
← All changes
|
vendor/autoload.php
+1
-4
11.1.21
→
11.3.75
View file →
@@ -13,12 +13,9 @@
13
13
} elseif (!headers_sent()) {
14
14
echo $err;
15
15
}
16
16
}
17
-
trigger_error(
18
-
$err,
19
-
E_USER_ERROR
20
-
);
17
+
throw new RuntimeException($err);
21
18
}
22
19
23
20
require_once __DIR__ . '/composer/autoload_real.php';
24
21