mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-10 09:40:11 +02:00
14 lines
252 B
PHP
14 lines
252 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Protocol\Statusdat\Exception;
|
|
|
|
/**
|
|
* Class ParsingException
|
|
* @package Icinga\Protocol\Statusdat\Exception
|
|
*/
|
|
class ParsingException extends \RuntimeException
|
|
{
|
|
}
|