Changeset 245
- Timestamp:
- 02/10/07 00:26:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/rdbms/stubDatabaseException.php
r170 r245 1 1 <?php 2 2 /** 3 * wrapper around the pdo extension3 * Exception for general database problems. 4 4 * 5 5 * @author Frank Kleine <mikey@stubbles.net> … … 9 9 stubClassLoader::load('net.stubbles.stubChainedException'); 10 10 /** 11 * wrapper around the pdo extension11 * Exception for general database problems. 12 12 * 13 13 * @package stubbles
