mpyw\Co\Internal\CoOption::offsetUnset PHP Method

offsetUnset() public method

Implemention of ArrayAccess.
public offsetUnset ( mixed $offset )
$offset mixed
    public function offsetUnset($offset)
    {
        throw new \BadMethodCallException('The instance of CoOptions is immutable.');
    }