* @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Icinga\Protocol\Statusdat\Exception; /** * Class ParsingException * @package Icinga\Protocol\Statusdat\Exception */ class ParsingException extends \RuntimeException { }