Airship\Engine\State::__clone PHP Method

__clone() private method

NOP - no cloning allowed
private __clone ( )
    private function __clone()
    {
        // You shall not pass!
        throw new \Error(\__('You cannot clone a singleton (i.e. \\Airship\\Engine\\State).'));
    }