Changeset 391
- Timestamp:
- 03/16/07 21:14:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/stubDomXMLStreamWriter.php
r192 r391 194 194 protected function addToDom(DOMNode $node) { 195 195 if (count($this->elementStack) < 1) { 196 throw new stubXMLException(' Operation is not supported.');196 throw new stubXMLException('No tag is currently open, you need to call writeStartElement() first.'); 197 197 } 198 198 $current = end($this->elementStack);
