EVOLUTION-MANAGER
Edit File: TimeoutException.php
<?php namespace phpseclib3\Exception; /** * Indicates a timeout awaiting server response */ class TimeoutException extends \RuntimeException { }