EVOLUTION-MANAGER
Edit File: InvalidPacketLengthException.php
<?php namespace phpseclib3\Exception; /** * Indicates an absent or malformed packet length header */ class InvalidPacketLengthException extends ConnectionClosedException { }