mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Objects: throw not found
This commit is contained in:
parent
0026e7fd61
commit
810e873566
@ -44,6 +44,11 @@ class IcingaObjectsHandler extends RequestHandler
|
||||
return $this->table;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws ProgrammingError
|
||||
* @throws \Zend_Db_Select_Exception
|
||||
* @throws \Zend_Db_Statement_Exception
|
||||
*/
|
||||
protected function streamJsonResult()
|
||||
{
|
||||
$this->response->setHeader('Content-Type', 'application/json', true);
|
||||
|
@ -57,7 +57,7 @@ abstract class ObjectsController extends ActionController
|
||||
/**
|
||||
* @return IcingaObjectsHandler
|
||||
* @throws \Icinga\Exception\ConfigurationError
|
||||
* @throws \Icinga\Exception\IcingaException
|
||||
* @throws NotFoundError
|
||||
*/
|
||||
protected function apiRequestHandler()
|
||||
{
|
||||
@ -84,7 +84,7 @@ abstract class ObjectsController extends ActionController
|
||||
/**
|
||||
* @throws \Icinga\Exception\ConfigurationError
|
||||
* @throws \Icinga\Exception\Http\HttpNotFoundException
|
||||
* @throws \Icinga\Exception\IcingaException
|
||||
* @throws NotFoundError
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
@ -171,7 +171,8 @@ abstract class ObjectsController extends ActionController
|
||||
* Passing render=tree switches to the tree view.
|
||||
* @throws \Icinga\Exception\ConfigurationError
|
||||
* @throws \Icinga\Exception\Http\HttpNotFoundException
|
||||
* @throws \Icinga\Exception\IcingaException
|
||||
* @throws \Icinga\Security\SecurityException
|
||||
* @throws NotFoundError
|
||||
*/
|
||||
public function templatesAction()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user