Session::__wakeup()


Source

File: wp-includes/Requests/src/Session.php

	public function __wakeup() {
		throw new \LogicException( __CLASS__ . ' should never be unserialized' );
	}