mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
16 lines
338 B
PHP
16 lines
338 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Module\Translation\Exception;
|
|
|
|
/**
|
|
* Class CatalogHeaderException
|
|
*
|
|
* Will be thrown if catalog header related errors are encountered.
|
|
*
|
|
* @package Icinga\Module\Translation\Exception
|
|
*/
|
|
class CatalogHeaderException extends CatalogException
|
|
{
|
|
|
|
} |