N°2555 Specific exception for invalid action_rules

This commit is contained in:
Pierre Goiffon
2019-10-24 18:05:58 +02:00
parent 5c483efd15
commit d4a696cb6b
2 changed files with 18 additions and 3 deletions

View File

@@ -183,11 +183,25 @@ class CoreCannotSaveObjectException extends CoreException
}
}
/**
* @since 2.7.0 N°2555
*/
class CorePortalInvalidActionRuleException extends CoreException
{
}
/**
* @since 2.7.0 N°2555
*/
class CoreOqlException extends CoreException
{
}
/**
* @since 2.7.0 N°2555
*/
class CoreOqlMultipleResultsForbiddenException extends CoreOqlException
{