move all exception declaration to their own file

This commit is contained in:
Gilles Crettenand
2015-05-29 09:39:25 +02:00
parent 16860ce7f7
commit 28b4b8a985
6 changed files with 50 additions and 49 deletions

View File

@@ -120,9 +120,3 @@ abstract class DbMapping
return $result;
}
}
/**
* Exception raised when an invalid attribute name is accessed
*/
class InvalidAttributeException extends Exception { }