| Path : /var/www/html/tollfree-tracker/vendor/mongodb/mongodb/tests/Model/ |
| Current File : //var/www/html/tollfree-tracker/vendor/mongodb/mongodb/tests/Model/UncloneableObject.php |
<?php
namespace MongoDB\Tests\Model;
/**
* This class is used by the BSONArray and BSONDocument clone tests.
*/
class UncloneableObject
{
private function __clone()
{
}
}