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