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