diff --git a/application/forms/Security/RoleForm.php b/application/forms/Security/RoleForm.php index 8a9ee4187..a77746e68 100644 --- a/application/forms/Security/RoleForm.php +++ b/application/forms/Security/RoleForm.php @@ -163,6 +163,7 @@ class RoleForm extends ConfigForm * @return $this * * @throws LogicException If the config is not set + * @throws NotFoundError If the given role does not exist * @see ConfigForm::setConfig() For setting the config. */ public function load($name)