(Retrofit from trunk) N.1108 return exception if $bMustBeFound and result is archived

SVN:2.4[5027]
This commit is contained in:
Romain Quetiez
2017-10-17 09:04:26 +00:00
parent 8499babcb3
commit d86c211b73
3 changed files with 101 additions and 11 deletions

View File

@@ -112,4 +112,13 @@ class SecurityException extends CoreException
{
}
/**
* Throwned when querying on an object that exists in the database but is archived
*
* @see N.1108
*/
class ArchivedObjectException extends CoreException
{
}
?>