2013-06-03 16:36:10 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
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
|
|
|
}
|