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