ActionController: add exception to phpdoc

This commit is contained in:
Thomas Gelf 2018-06-14 08:41:43 +02:00
parent 3054755e87
commit 3d1ccf17a3

View File

@ -37,6 +37,7 @@ abstract class ActionController extends Controller implements ControlsAndContent
/** /**
* @throws SecurityException * @throws SecurityException
* @throws \Icinga\Exception\AuthenticationException
* @throws \Icinga\Exception\NotFoundError * @throws \Icinga\Exception\NotFoundError
*/ */
public function init() public function init()