2016-12-14 11:42:53 +01:00

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
{
}