Skip to content

Commit

Permalink
Merge pull request propelorm#303 from BenoitLeveque/add_missing_use_i…
Browse files Browse the repository at this point in the history
…n_query_builder

Add missing use for PropelException in QueryBuilder
  • Loading branch information
willdurand committed Sep 9, 2012
2 parents 4656d45 + 8616243 commit 117608c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Propel/Generator/Builder/Om/QueryBuilder.php
Expand Up @@ -167,7 +167,8 @@ protected function addClassBody(&$script)
'\Propel\Runtime\ActiveQuery\ModelCriteria',
'\Propel\Runtime\ActiveQuery\Criteria',
'\Propel\Runtime\ActiveQuery\ModelJoin',
'\Exception'
'\Exception',
'\Propel\Runtime\Exception\PropelException'
);
$this->declareClassFromBuilder($this->getStubQueryBuilder(), 'Child');
$this->declareClassFromBuilder($this->getStubPeerBuilder());
Expand Down

0 comments on commit 117608c

Please sign in to comment.