Changeset 3119
- Timestamp:
- 04/14/08 20:23:21 (3 months ago)
- Files:
-
- trunk/Solar/Struct.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/Struct.php
r3106 r3119 142 142 } else { 143 143 throw $this->_exception('ERR_NO_SUCH_KEY', array( 144 'key' => $key, 144 'class' => get_class($this), 145 'key' => $key, 146 'keys' => array_keys($this->_data), 145 147 )); 146 148 }
