관리-도구
편집 파일: InvalidPacketLengthException.php
<?php namespace phpseclib3\Exception; /** * Indicates an absent or malformed packet length header */ class InvalidPacketLengthException extends ConnectionClosedException { }