TokenCollectionException
public function offsetGet($offset) : Token { if (!$this->offsetExists($offset)) { throw new TokenCollectionException(\sprintf('No Token at offest %s', $offset)); } return $this->tokens[$offset]; }