Changeset 4028
- Timestamp:
- 03/18/08 22:41:36 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Manager.php
r3967 r4028 681 681 $i = $this->_currIndex; 682 682 if ( ! isset($this->_connections[$i])) { 683 throw new Doctrine_Connection_Exception( );683 throw new Doctrine_Connection_Exception('There is no open connection'); 684 684 } 685 685 return $this->_connections[$i];