1
0
mirror of synced 2025-02-21 14:43:14 +03:00
This commit is contained in:
doctrine 2006-05-30 09:12:57 +00:00
parent 9283d7e9c8
commit e1548625b8
4 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Exception.php"); Doctrine::autoload('Doctrine_Exception');
class Doctrine_Validator_Exception extends Doctrine_Exception { class Doctrine_Validator_Exception extends Doctrine_Exception {
private $validator; private $validator;