UnsupportedBackendException: extend IcingaException

refs #6931
This commit is contained in:
Alexander Klimov 2014-08-27 16:29:56 +02:00
parent e6612fefe7
commit 8b0df6c9f7
1 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@
namespace Icinga\Module\Monitoring\Exception;
use Exception;
class UnsupportedBackendException extends Exception
use Icinga\Exception\IcingaException;
class UnsupportedBackendException extends IcingaException
{
}
}