Flake\Core\Datastructure\Chain::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    function offsetUnset($offset)
    {
        throw new \Exception("Cannot delete Chainable in Chain");
    }