404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.16.203.175: ~ $
<?php declare(strict_types=1);

namespace DeepCopy\f004;

use BadMethodCallException;

class UnclonableItem
{
    private function __clone()
    {
        throw new BadMethodCallException('Unsupported call.');
    }
}

Filemanager

Name Type Size Permission Actions
UnclonableItem.php File 231 B 0644