JamesMoss\Flywheel\Result::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw new \Exception('Cannot unset values on Flywheel\\Result');
    }