Changeset 4322

Show
Ignore:
Timestamp:
04/30/08 21:12:27 (14 months ago)
Author:
jwage
Message:

fixes #1002

Location:
branches/0.11/lib/Doctrine
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Record/Generator.php

    r4232 r4322  
    224224    { 
    225225        if ( ! isset($this->_options['children'])) { 
    226             throw new Doctrine_Plugin_Exception("Unknown option 'children'."); 
     226            throw new Doctrine_Record_Exception("Unknown option 'children'."); 
    227227        } 
    228228 
  • branches/0.11/lib/Doctrine/Search.php

    r4252 r4322  
    240240    { 
    241241        if ( ! isset($this->_options['table'])) { 
    242             throw new Doctrine_Plugin_Exception("Unknown option 'table'."); 
     242            throw new Doctrine_Record_Exception("Unknown option 'table'."); 
    243243        } 
    244244 
  • branches/0.11/lib/Doctrine/Validator/Driver.php

    r3884 r4322  
    8585    { 
    8686        if ( ! isset($this->_args[$arg])) { 
    87             throw new Doctrine_Plugin_Exception('Unknown option ' . $arg); 
     87            throw new Doctrine_Validator_Exception('Unknown option ' . $arg); 
    8888        } 
    8989