mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-11 02:00:11 +02:00
13 lines
218 B
PHP
13 lines
218 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Exception;
|
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
class UnsupportedBackendException extends IcingaException
|
|
{
|
|
}
|