Version: 2.0.11
Class 'Wrench\Exception' not found
Wrench\Client::disconnect at line 287
throw new Exception("Unexpected exception when sending Close frame.");
Should probably be:
throw new \Exception("Unexpected exception when sending Close frame.");
Version: 2.0.11
Class 'Wrench\Exception' not found
Wrench\Client::disconnect at line 287
throw new Exception("Unexpected exception when sending Close frame.");
Should probably be:
throw new \Exception("Unexpected exception when sending Close frame.");