* the LDAP backend, as well as getting information about toxiproxy.
* Also creates an instance of the LDAP class, the testee
*
- * @throws Exception
+ * @throws \Exception
*/
public function setUp() {
require_once __DIR__ . '/../../../../lib/base.php';
*
* @param resource $ch
* @param mixed $result
- * @throws Exception
+ * @throws \Exception
*/
private function checkCurlResult($ch, $result) {
if($result === false) {
* enables or disabled the LDAP proxy service in toxiproxy
*
* @param bool $isEnabled whether is should be enabled or disables
- * @throws Exception
+ * @throws \Exception
*/
private function setProxyState($isEnabled) {
if(!is_bool($isEnabled)) {