<?php declare(strict_types=1); namespace DeepCopy\f004; use BadMethodCallException; class UnclonableItem { private function __clone() { throw new BadMethodCallException('Unsupported call.'); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
UnclonableItem.php | File | 231 B | 0644 |
|