You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.");
The text was updated successfully, but these errors were encountered:
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.");
The text was updated successfully, but these errors were encountered: