Changeset 245

Show
Ignore:
Timestamp:
02/10/07 00:26:43 (2 years ago)
Author:
mikey
Message:

correct doc block

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/rdbms/stubDatabaseException.php

    r170 r245  
    11<?php 
    22/** 
    3  * wrapper around the pdo extension 
     3 * Exception for general database problems. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    99stubClassLoader::load('net.stubbles.stubChainedException'); 
    1010/** 
    11  * wrapper around the pdo extension 
     11 * Exception for general database problems. 
    1212 * 
    1313 * @package     stubbles