<?php namespace Google\Site_Kit_Dependencies\phpseclib3\Exception; /** * Indicates an absent or malformed packet length header */ class InvalidPacketLengthException extends \Google\Site_Kit_Dependencies\phpseclib3\Exception\ConnectionClosedException { }