We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caaa0a commit f930074Copy full SHA for f930074
src/ShoppingFeedCustomFields.php
@@ -97,5 +97,6 @@ private function __clone() {
97
* Singleton instance can't be serialized.
98
*/
99
public function __wakeup() {
100
+ throw new \Exception( 'Cannot unserialize a singleton.' );
101
}
102
0 commit comments