mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-21 06:08:54 -04:00
This reverts commit 87a5967501.
At least 'modules/doc/run.php' issues a warning about "The use statement with non-compound name 'Zend_Controller_Router_Route' has no effect"
11 lines
No EOL
188 B
PHP
11 lines
No EOL
188 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Exception;
|
|
use \Exception;
|
|
|
|
class UnsupportedBackendException extends Exception
|
|
{
|
|
} |