/** * {@inheritdoc} * @throws ReadOnlyCollectionException */ public function offsetUnset($offset) { throw ReadOnlyCollectionException::invalidAccess('remove an element from'); }