2013-06-03 16:14:46 +02:00
|
|
|
<?php
|
2013-06-07 13:29:11 +02:00
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
2013-06-03 16:14:46 +02:00
|
|
|
|
|
|
|
namespace Icinga\Protocol\Statusdat\Exception;
|
|
|
|
|
2013-06-07 13:29:11 +02:00
|
|
|
/**
|
|
|
|
* Class ParsingException
|
|
|
|
* @package Icinga\Protocol\Statusdat\Exception
|
|
|
|
*/
|
2013-06-03 16:14:46 +02:00
|
|
|
class ParsingException extends \RuntimeException
|
|
|
|
{
|
|
|
|
}
|