mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
18 lines
346 B
PHP
18 lines
346 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Module\Translation\Exception;
|
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
/**
|
|
* Class CatalogException
|
|
*
|
|
* Will be thrown if Catalog encounters an error.
|
|
*
|
|
* @package Icinga\Module\Translation\Exception
|
|
*/
|
|
class CatalogException extends IcingaException
|
|
{
|
|
|
|
} |