2013-06-03 16:36:10 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2013-06-03 16:36:10 +02:00
|
|
|
|
2013-06-06 16:52:54 +02:00
|
|
|
|
2013-10-19 20:09:17 +02:00
|
|
|
namespace Icinga\Module\Monitoring\Exception;
|
2013-06-03 16:36:10 +02:00
|
|
|
|
2014-08-27 16:29:56 +02:00
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
|
|
|
|
class UnsupportedBackendException extends IcingaException
|
2013-10-19 20:09:17 +02:00
|
|
|
{
|
2014-08-27 16:29:56 +02:00
|
|
|
}
|