mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-22 06:38:35 -04:00
11 lines
No EOL
187 B
PHP
11 lines
No EOL
187 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Exception;
|
|
use Exception;
|
|
|
|
class UnsupportedBackendException extends Exception
|
|
{
|
|
} |